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 0319201 commit 2fb3122Copy full SHA for 2fb3122
.github/workflows/build_wheels.yml
@@ -39,4 +39,4 @@ jobs:
39
TWINE_PASSWORD: ${{ secrets.PYPI_API_KEY }}
40
run: |
41
python -m pip install --upgrade twine &&
42
- twine upload wheelhouse/*.whl
+ twine upload --verbose wheelhouse/*.whl
0 commit comments