File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313# limitations under the License.
1414docker :
1515 image : gcr.io/cloud-devrel-public-resources/owlbot-python:latest
16- digest : sha256:52210e0e0559f5ea8c52be148b33504022e1faef4e95fbe4b32d68022af2fa7e
17- # created: 2024-07-08T19:25:35.862283192Z
16+ digest : sha256:e8dcfd7cbfd8beac3a3ff8d3f3185287ea0625d859168cc80faccfc9a7a00455
17+ # created: 2024-09-16T21:04:09.091105552Z
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /
2323export PYTHONUNBUFFERED=1
2424
2525# Move into the package, build the distribution and upload.
26- TWINE_PASSWORD=$( cat " ${KOKORO_KEYSTORE_DIR} /73713_google-cloud-pypi-token-keystore-1 " )
26+ TWINE_PASSWORD=$( cat " ${KOKORO_KEYSTORE_DIR} /73713_google-cloud-pypi-token-keystore-2 " )
2727cd github/google-api-python-client
2828python3 setup.py sdist bdist_wheel
2929twine upload --username __token__ --password " ${TWINE_PASSWORD} " dist/*
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-2 "
3232 }
3333 }
3434}
You can’t perform that action at this time.
0 commit comments