File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /
23
23
export PYTHONUNBUFFERED=1
24
24
25
25
# Move into the package, build the distribution and upload.
26
- TWINE_PASSWORD=$( cat " ${KOKORO_KEYSTORE_DIR} /73713_google-cloud-pypi-token-keystore-2 " )
26
+ TWINE_PASSWORD=$( cat " ${KOKORO_KEYSTORE_DIR} /73713_google-cloud-pypi-token-keystore-3 " )
27
27
cd github/cloud-sql-python-connector
28
28
python3 setup.py sdist bdist_wheel
29
29
twine upload --username __token__ --password " ${TWINE_PASSWORD} " dist/*
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ before_action {
46
46
fetch_keystore {
47
47
keystore_resource {
48
48
keystore_config_id: 73713
49
- keyname: " google-cloud-pypi-token-keystore-2 "
49
+ keyname: " google-cloud-pypi-token-keystore-3 "
50
50
}
51
51
}
52
52
}
You can’t perform that action at this time.
0 commit comments