Skip to content

Commit

Permalink
Merge pull request #500 from hhslepicka/fix_pypi
Browse files Browse the repository at this point in the history
CI: Fix PyPI upload using twine.
  • Loading branch information
mattgibbs authored Jun 13, 2019
2 parents 7bfb9dc + e297995 commit 76829b1
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 @@ -166,7 +166,7 @@ jobs:
displayName: Artifact Download - PyPI Package

- bash: |
twine upload --config-file $(PYPIRC_PATH) $(Build.Repository.LocalPath)/artifacts/dist/
twine upload --config-file $(PYPIRC_PATH) $(Build.Repository.LocalPath)/artifacts/dist/*
condition: contains(variables['Build.SourceBranch'], 'tags')
displayName: PyPI - Upload
Expand Down

0 comments on commit 76829b1

Please sign in to comment.