Skip to content

Commit

Permalink
fix twine cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Aug 27, 2019
1 parent 4043983 commit 79f103b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ jobs:
- task: TwineAuthenticate@0
# see: https://dev.azure.com/isogeo/Python%20SDK/_settings/adminservices?resourceId=7650b333-6c8a-4c56-a839-a33242255c16&resource=%5Bobject%20Object%5D&_a=resources
inputs:
externalFeeds: 'Python Package Index (PyPi)'
externalFeeds: 'PyPi'

- script: twine upload $(System.DefaultWorkingDirectory)/dist/* -r 'Python Package Index (PyPi)' --config-file $(PYPIRC_PATH)
- script: twine upload $(System.DefaultWorkingDirectory)/dist/* -r 'pypi' --config-file $(PYPIRC_PATH)
continueOnError: true
displayName: "Upload to PyPi"

0 comments on commit 79f103b

Please sign in to comment.