--verbose - why are the wheels not uploading?

This commit is contained in:
Ian Bell
2025-04-07 22:02:51 -04:00
parent e1a92e9831
commit 28a54755e3

View File

@@ -158,4 +158,4 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}
env:
TWINE_USERNAME: __token__
run: python -m twine upload --skip-existing Python/*.whl Python/*.tar.gz
run: python -m twine upload --verbose --skip-existing Python/*.whl Python/*.tar.gz