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 ea39019 commit 82a80f0Copy full SHA for 82a80f0
1 file changed
.github/workflows/publish-pypi.yaml
@@ -30,4 +30,4 @@ jobs:
30
- name: Upload to PyPI
31
shell: bash -el {0}
32
run: |
33
- python3 -m twine upload --username __token__ --password ${{ secrets.PYPI_TOKEN }} dist/*
+ python3 -m twine upload --verbose --username __token__ --password ${{ secrets.PYPI_TOKEN }} dist/*
0 commit comments