| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 13a6686 commit b774683
4 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -26,7 +26,7 @@ python3 -m pip install --upgrade twine wheel setuptools | |||
| 26 | 26 | export PYTHONUNBUFFERED=1 | |
| 27 | 27 | ||
| 28 | 28 | # Move into the package, build the distribution and upload. | |
| 29 | - TWINE_PASSWORD=$(cat "${KOKORO_KEYSTORE_DIR}/73713_google_cloud_pypi_password") | ||
| 29 | + TWINE_PASSWORD=$(cat "${KOKORO_GFILE_DIR}/secret_manager/google-cloud-pypi-token") | ||
| 30 | 30 | cd github/python-pubsub | |
| 31 | 31 | python3 setup.py sdist bdist_wheel | |
| 32 | - twine upload --username gcloudpypi --password "${TWINE_PASSWORD}" dist/* | ||
| 32 | + twine upload --username __token__ --password "${TWINE_PASSWORD}" dist/* | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,18 +23,8 @@ env_vars: { | |||
| 23 | 23 | value: "github/python-pubsub/.kokoro/release.sh" | |
| 24 | 24 | } | |
| 25 | 25 | ||
| 26 | - # Fetch PyPI password | ||
| 27 | - before_action { | ||
| 28 | - fetch_keystore { | ||
| 29 | - keystore_resource { | ||
| 30 | - keystore_config_id: 73713 | ||
| 31 | - keyname: "google_cloud_pypi_password" | ||
| 32 | - } | ||
| 33 | - } | ||
| 34 | - } | ||
| 35 | - | ||
| 36 | 26 | # Tokens needed to report release status back to GitHub | |
| 37 | 27 | env_vars: { | |
| 38 | 28 | key: "SECRET_MANAGER_KEYS" | |
| 39 | - value: "releasetool-publish-reporter-app,releasetool-publish-reporter-googleapis-installation,releasetool-publish-reporter-pem" | ||
| 40 | - } | ||
| 29 | + value: "releasetool-publish-reporter-app,releasetool-publish-reporter-googleapis-installation,releasetool-publish-reporter-pem,google-cloud-pypi-token" | ||
| 30 | + } | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,9 +1,20 @@ | |||
| 1 | 1 | div#python2-eol { | |
| 2 | 2 | border-color: red; | |
| 3 | 3 | border-width: medium; | |
| 4 | - } | ||
| 4 | + } | ||
| 5 | 5 | ||
| 6 | 6 | /* Ensure minimum width for 'Parameters' / 'Returns' column */ | |
| 7 | 7 | dl.field-list > dt { | |
| 8 | 8 | min-width: 100px | |
| 9 | 9 | } | |
| 10 | + | ||
| 11 | + /* Insert space between methods for readability */ | ||
| 12 | + dl.method { | ||
| 13 | + padding-top: 10px; | ||
| 14 | + padding-bottom: 10px | ||
| 15 | + } | ||
| 16 | + | ||
| 17 | + /* Insert empty space between classes */ | ||
| 18 | + dl.class { | ||
| 19 | + padding-bottom: 50px | ||
| 20 | + } | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,7 +4,7 @@ | |||
| 4 | 4 | "git": { | |
| 5 | 5 | "name": ".", | |
| 6 | 6 | "remote": "https://github.com/googleapis/python-pubsub.git", | |
| 7 | - "sha": "9f451a1fe0ac5cb2fb13d72b0436e0b521a4fecb" | ||
| 7 | + "sha": "b8352f91c63e0cb7d64c4d0e557651248cd301b5" | ||
| 8 | 8 | } | |
| 9 | 9 | }, | |
| 10 | 10 | { | |
@@ -19,21 +19,21 @@ | |||
| 19 | 19 | "git": { | |
| 20 | 20 | "name": "synthtool", | |
| 21 | 21 | "remote": "https://github.com/googleapis/synthtool.git", | |
| 22 | - "sha": "0a071b3460344886297a304253bf924aa68ddb7e" | ||
| 22 | + "sha": "043cc620d6a6111816d9e09f2a97208565fde958" | ||
| 23 | 23 | } | |
| 24 | 24 | }, | |
| 25 | 25 | { | |
| 26 | 26 | "git": { | |
| 27 | 27 | "name": "synthtool", | |
| 28 | 28 | "remote": "https://github.com/googleapis/synthtool.git", | |
| 29 | - "sha": "0a071b3460344886297a304253bf924aa68ddb7e" | ||
| 29 | + "sha": "043cc620d6a6111816d9e09f2a97208565fde958" | ||
| 30 | 30 | } | |
| 31 | 31 | }, | |
| 32 | 32 | { | |
| 33 | 33 | "git": { | |
| 34 | 34 | "name": "synthtool", | |
| 35 | 35 | "remote": "https://github.com/googleapis/synthtool.git", | |
| 36 | - "sha": "0a071b3460344886297a304253bf924aa68ddb7e" | ||
| 36 | + "sha": "043cc620d6a6111816d9e09f2a97208565fde958" | ||
| 37 | 37 | } | |
| 38 | 38 | } | |
| 39 | 39 | ], | |
| Back | FazBrowse Home | New Git URL |
0 commit comments