We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 560cb35 commit 9f5cb51Copy full SHA for 9f5cb51
.github/workflows/pythonpublish.yml
@@ -28,4 +28,4 @@ jobs:
28
shell: bash -l {0}
29
run: |
30
python3 setup.py sdist
31
- twine upload dist/*
+ twine upload --verbose dist/*
0 commit comments