We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6330914 + 6a8e61a commit 0005d81Copy full SHA for 0005d81
1 file changed
.github/workflows/release.yml
@@ -21,4 +21,4 @@ jobs:
21
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
22
run: |
23
make build
24
- twine upload dist/*
+ twine upload --verbose dist/*
0 commit comments