Skip to content

Commit

Permalink
Disable progress bar for twine upload
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Sep 22, 2019
1 parent 7e0b5fe commit 23fca26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ stages:
pythonUploadServiceConnection: pypi

- script: |
python -m twine upload -r "pypi" --config-file $(PYPIRC_PATH) dist/*.whl
python -m twine upload -r "pypi" --config-file $(PYPIRC_PATH) --disable-progress-bar dist/*.whl
displayName: "Upload to PyPI"

0 comments on commit 23fca26

Please sign in to comment.