Skip to content

Commit

Permalink
fixed yaml string error
Browse files Browse the repository at this point in the history
  • Loading branch information
omri374 authored Jan 22, 2024
1 parent 2b3dfb5 commit 356a08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pipelines/templates/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 356a08c

Please sign in to comment.