Skip to content

Commit

Permalink
Add --verbose to twine
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Dec 24, 2019
1 parent 560cb35 commit 9f5cb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
shell: bash -l {0}
run: |
python3 setup.py sdist
twine upload dist/*
twine upload --verbose dist/*

0 comments on commit 9f5cb51

Please sign in to comment.