ci(publish-runtime): add --verbose to twine upload to surface PyPI 403 reason body #1390

Merged
devops-engineer merged 1 commits from ci/twine-verbose-403-reason-body into main 2026-05-17 02:52:26 +00:00

View File

@ -162,6 +162,7 @@ jobs:
exit 1
fi
python -m twine upload \
--verbose \
--repository pypi \
--username __token__ \
--password "$PYPI_TOKEN" \