Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
dgiovanis committed Feb 13, 2021
1 parent 6003a30 commit 9dcfca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ steps:
publishLocation: 'Container'

- script: |
twine upload --repository-url https://test.pypi.org/legacy/ dist/* --username "$(TESTPYPIU)" #--password "$(TESTPYPIP)"
twine upload --repository-url https://test.pypi.org/legacy/ dist/* --username "$(TESTPYPIU)" --password "$(TESTPYPIP)"
displayName: Upload to Test PyPi
#condition: eq(variables['Build.SourceBranch'], 'refs/heads/master')
Expand Down

0 comments on commit 9dcfca8

Please sign in to comment.