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 dc9718f commit 954c676Copy full SHA for 954c676
.github/workflows/python-publish.yml
@@ -27,4 +27,4 @@ jobs:
27
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
28
run: |
29
python setup.py sdist bdist_wheel
30
- twine upload dist/*
+ twine upload --verbose dist/*
0 commit comments