Skip to content

Commit d7cec46

Browse files
authored
build: release script update (#13185)
Towards b/374118150
1 parent 27ea6e2 commit d7cec46

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.kokoro/release-single.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ set -eo pipefail
2121
pwd
2222

2323
# Move into the package, build the distribution and upload.
24-
TWINE_PASSWORD=$(cat "${KOKORO_KEYSTORE_DIR}/73713_google-cloud-pypi-token-keystore-2")
24+
TWINE_PASSWORD=$(cat "${KOKORO_KEYSTORE_DIR}/73713_google-cloud-pypi-token-keystore-3")
2525

2626
python3 setup.py sdist bdist_wheel
2727
twine upload --username __token__ --password "${TWINE_PASSWORD}" dist/*

.kokoro/release/common.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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-2"
31+
keyname: "google-cloud-pypi-token-keystore-3"
3232
}
3333
}
3434
}

0 commit comments

Comments
 (0)