diff --git a/scripts/shell/deploy_pypi.sh b/scripts/shell/deploy_pypi.sh index 3dcd68fac2f9..e4fde97464f8 100644 --- a/scripts/shell/deploy_pypi.sh +++ b/scripts/shell/deploy_pypi.sh @@ -5,4 +5,4 @@ jq -c '.compiler[]' available_configs.json | while read config; do python -m build python3 scripts/rename_wheels.py done -# python3 -m twine upload dist/* -u "__token__" -p "$PYPI_PASSWORD" --verbose +python3 -m twine upload dist/* -u "__token__" -p "$PYPI_PASSWORD" --verbose