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: |