| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1e4b5ff commit 28098e6
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,5 +13,5 @@ | |||
| 13 | 13 | # limitations under the License. | |
| 14 | 14 | docker: | |
| 15 | 15 | image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest | |
| 16 | - digest: sha256:94bb690db96e6242b2567a4860a94d48fa48696d092e51b0884a1a2c0a79a407 | ||
| 17 | - # created: 2024-07-31T14:52:44.926548819Z | ||
| 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 / | |||
| 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-1") | ||
| 26 | + TWINE_PASSWORD=$(cat "${KOKORO_KEYSTORE_DIR}/73713_google-cloud-pypi-token-keystore-2") | ||
| 27 | 27 | cd github/python-api-core | |
| 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 | |
|---|---|---|---|
@@ -28,7 +28,7 @@ before_action { | |||
| 28 | 28 | fetch_keystore { | |
| 29 | 29 | keystore_resource { | |
| 30 | 30 | keystore_config_id: 73713 | |
| 31 | - keyname: "google-cloud-pypi-token-keystore-1" | ||
| 31 | + keyname: "google-cloud-pypi-token-keystore-2" | ||
| 32 | 32 | } | |
| 33 | 33 | } | |
| 34 | 34 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments