From 356a08cacbf780b3cdec667d33d8e3efdd373e15 Mon Sep 17 00:00:00 2001 From: Omri Mendels Date: Mon, 22 Jan 2024 10:43:03 +0200 Subject: [PATCH] fixed yaml string error --- .pipelines/templates/publish-to-pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pipelines/templates/publish-to-pypi.yml b/.pipelines/templates/publish-to-pypi.yml index acd270bd3..a0ae2040b 100644 --- a/.pipelines/templates/publish-to-pypi.yml +++ b/.pipelines/templates/publish-to-pypi.yml @@ -14,7 +14,7 @@ steps: python setup.py bdist_wheel workingDirectory: ${{ parameters.WORKING_FOLDER }} - task: Bash@3 - displayName: 'Install locally and test package'' + displayName: 'Install locally and test package' inputs: targetType: 'inline' script: |