[chore] Add verbose flag to twine upload command (#32349)

This commit is contained in:
Qiaolin Yu
2026-07-24 14:54:07 -07:00
committed by GitHub
parent f7986c8603
commit 4ececf2b1d
+1 -1
View File
@@ -113,4 +113,4 @@ jobs:
pip install twine
# --skip-existing makes partial reruns safe (e.g. one arch failed,
# rerun only the failed shard without re-uploading already-published wheels).
python3 -m twine upload --skip-existing dist/*.whl -u __token__ -p ${{ secrets.PYPI_TOKEN }}
python3 -m twine upload --verbose --skip-existing dist/*.whl -u __token__ -p ${{ secrets.PYPI_TOKEN }}