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 38c23dd commit cceeb6bCopy full SHA for cceeb6b
.github/workflows/build-linux.yml
@@ -65,4 +65,4 @@ jobs:
65
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
66
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
67
run: |
68
- twine upload wheelhouse/*-manylinux*.whl --skip-existing
+ twine upload wheelhouse/*-manylinux*.whl --skip-existing --verbose
0 commit comments