File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ set PYTHONUNBUFFERED=1
3434@ echo " ## Uploading Wheels ##"
3535
3636@ echo " Move into the package, build the distribution and upload."
37- set /p TWINE_PASSWORD = < %KOKORO_KEYSTORE_DIR% /73713_google-cloud-pypi-token-keystore-1
37+ set /p TWINE_PASSWORD = < %KOKORO_KEYSTORE_DIR% /73713_google-cloud-pypi-token-keystore-3
3838call py -3 setup.py sdist || goto :error
3939call py -3 -m twine upload --skip-existing --username __token__ --password " %TWINE_PASSWORD% " dist/* wheels/google_crc32c* || goto :error
4040
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ before_action {
2828 fetch_keystore {
2929 keystore_resource {
3030 keystore_config_id: 73713
31- keyname: " google-cloud-pypi-token-keystore-1 "
31+ keyname: " google-cloud-pypi-token-keystore-3 "
3232 }
3333 }
3434}
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ before_action {
3838 fetch_keystore {
3939 keystore_resource {
4040 keystore_config_id: 73713
41- keyname: " google-cloud-pypi-token-keystore-1 "
41+ keyname: " google-cloud-pypi-token-keystore-3 "
4242 }
4343 }
4444}
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ before_action {
3838 fetch_keystore {
3939 keystore_resource {
4040 keystore_config_id: 73713
41- keyname: " google-cloud-pypi-token-keystore-1 "
41+ keyname: " google-cloud-pypi-token-keystore-3 "
4242 }
4343 }
4444}
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ before_action {
3838 fetch_keystore {
3939 keystore_resource {
4040 keystore_config_id: 73713
41- keyname: " google-cloud-pypi-token-keystore-1 "
41+ keyname: " google-cloud-pypi-token-keystore-3 "
4242 }
4343 }
4444}
Original file line number Diff line number Diff line change @@ -25,5 +25,5 @@ python3.9 -m releasetool publish-reporter-script > /tmp/publisher-script; source
2525export PYTHONUNBUFFERED=1
2626
2727# Move into the package, build the distribution and upload.
28- TWINE_PASSWORD=$( cat " ${KOKORO_KEYSTORE_DIR} /73713_google-cloud-pypi-token-keystore-1 " )
28+ TWINE_PASSWORD=$( cat " ${KOKORO_KEYSTORE_DIR} /73713_google-cloud-pypi-token-keystore-3 " )
2929python3.9 -m twine upload --skip-existing --username __token__ --password " ${TWINE_PASSWORD} " ${REPO_ROOT} /wheels/*
Original file line number Diff line number Diff line change @@ -27,5 +27,5 @@ TWINE=${PYTHON_BIN}/twine
2727# Disable buffering, so that the logs stream through.
2828export PYTHONUNBUFFERED=1
2929
30- TWINE_PASSWORD=$( cat " ${KOKORO_KEYSTORE_DIR} /73713_google-cloud-pypi-token-keystore-1 " )
30+ TWINE_PASSWORD=$( cat " ${KOKORO_KEYSTORE_DIR} /73713_google-cloud-pypi-token-keystore-3 " )
3131${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