Skip to content

Commit

Permalink
ci - bump to new version of task twine authenticate
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Sep 3, 2019
1 parent 744cae4 commit 9e78614
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,11 @@ jobs:
path: $(System.DefaultWorkingDirectory)/dist
artifact: 'IsogeoToXLSX_$(Build.SourceVersion)'

- 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
- task: TwineAuthenticate@1
inputs:
externalFeeds: 'PyPi_Isogeo'
pythonUploadServiceConnection: 'PyPi_Isogeo'

- script: twine upload $(System.DefaultWorkingDirectory)/dist/* -r pypi --config-file $(PYPIRC_PATH)
- script: |
python -m twine upload -r pypi --config-file $(PYPIRC_PATH) dist/*
continueOnError: true
displayName: "Upload to PyPi"

0 comments on commit 9e78614

Please sign in to comment.