We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ea6e2 commit d7cec46Copy full SHA for d7cec46
2 files changed
.kokoro/release-single.sh
@@ -21,7 +21,7 @@ set -eo pipefail
21
pwd
22
23
# Move into the package, build the distribution and upload.
24
-TWINE_PASSWORD=$(cat "${KOKORO_KEYSTORE_DIR}/73713_google-cloud-pypi-token-keystore-2")
+TWINE_PASSWORD=$(cat "${KOKORO_KEYSTORE_DIR}/73713_google-cloud-pypi-token-keystore-3")
25
26
python3 setup.py sdist bdist_wheel
27
twine upload --username __token__ --password "${TWINE_PASSWORD}" dist/*
.kokoro/release/common.cfg
@@ -28,7 +28,7 @@ before_action {
28
fetch_keystore {
29
keystore_resource {
30
keystore_config_id: 73713
31
- keyname: "google-cloud-pypi-token-keystore-2"
+ keyname: "google-cloud-pypi-token-keystore-3"
32
}
33
34
0 commit comments