This repository was archived by the owner on Apr 1, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ set PYTHONUNBUFFERED=1
3636@ echo " Move into the package, build the distribution and upload."
3737set /p TWINE_PASSWORD = < %KOKORO_KEYSTORE_DIR% /73713_google-cloud-pypi-token-keystore-3
3838call py -3 setup.py sdist || goto :error
39- call py -3 -m twine upload --skip-existing --username __token__ --password " %TWINE_PASSWORD% " dist/* wheels/google_crc32c* || goto :error
39+ @ rem call py -3 -m twine upload --skip-existing --username __token__ --password "%TWINE_PASSWORD%" dist/* wheels/google_crc32c* || goto :error
4040
4141goto :EOF
4242
Original file line number Diff line number Diff line change @@ -24,4 +24,4 @@ python -m releasetool publish-reporter-script > /tmp/publisher-script; source /t
2424# Disable logging
2525set +x
2626TWINE_PASSWORD=$( cat " ${KOKORO_KEYSTORE_DIR} /73713_google-cloud-pypi-token-keystore-3" )
27- python -m twine upload --skip-existing --username __token__ --password " ${TWINE_PASSWORD} " ${REPO_ROOT} /wheels/*
27+ # python -m twine upload --skip-existing --username __token__ --password "${TWINE_PASSWORD}" ${REPO_ROOT}/wheels/*
Original file line number Diff line number Diff line change @@ -27,4 +27,4 @@ TWINE=${PYTHON_BIN}/twine
2727# Disable logging
2828set +x
2929TWINE_PASSWORD=$( cat " ${KOKORO_KEYSTORE_DIR} /73713_google-cloud-pypi-token-keystore-3" )
30- ${PYTHON} -m twine upload --skip-existing --username __token__ --password " ${TWINE_PASSWORD} " ${REPO_ROOT} /wheels/*
30+ # ${PYTHON} -m twine upload --skip-existing --username __token__ --password "${TWINE_PASSWORD}" ${REPO_ROOT}/wheels/*
You can’t perform that action at this time.
0 commit comments