Skip to content

Commit

Permalink
Fix up publish path
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 committed Jul 23, 2020
1 parent cf7feb6 commit 918c46b
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 @@ -196,7 +196,7 @@ stages:
pythonUploadServiceConnection: pypi

- script: |
python -m twine upload -r pypi --config-file $(PYPIRC_PATH) wheels/*
python -m twine upload -r pypi --config-file $(PYPIRC_PATH) dist/*
condition: and(succeeded(), startsWith(variables['build.sourceBranch'], 'refs/tags/v'))
displayName: Publish artifact to Pypi

0 comments on commit 918c46b

Please sign in to comment.