ci(publish-runtime): add --verbose to twine upload to surface PyPI 403 reason body #1390
@ -162,6 +162,7 @@ jobs:
|
||||
exit 1
|
||||
fi
|
||||
python -m twine upload \
|
||||
--verbose \
|
||||
--repository pypi \
|
||||
--username __token__ \
|
||||
--password "$PYPI_TOKEN" \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user