Commit 043cc62
authored
build: use PyPI API token in secret manager (#1040)
Migrate python libraries onto the PyPI API token stored in secret manager.
A PyPI API token is limited in scope to uploading new releases. https://pypi.org/help/#apitoken
Verified that this works with [build](https://fusion2.corp.google.com/invocations/14bae126-83fa-4328-8da9-d390ed99315c/targets/cloud-devrel%2Fclient-libraries%2Fpython%2Fgoogleapis%2Fpython-vision%2Frelease%2Frelease;config=default/log) on googleapis/python-vision#1361 parent 14111b3 commit 043cc62Copy full SHA for 043cc62
File tree
Expand file treeCollapse file tree
2 files changed
+4
-14
lines changedOpen diff view settings
Filter options
- synthtool/gcp/templates/python_library/.kokoro
- release
Expand file treeCollapse file tree
2 files changed
+4
-14
lines changedOpen diff view settings
Collapse file
synthtool/gcp/templates/python_library/.kokoro/release.sh
Copy file name to clipboardExpand all lines: synthtool/gcp/templates/python_library/.kokoro/release.sh+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
26 | 26 | |
27 | 27 | |
28 | 28 | |
29 | | - |
| 29 | + |
30 | 30 | |
31 | 31 | |
32 | | - |
| 32 | + |
Collapse file
synthtool/gcp/templates/python_library/.kokoro/release/common.cfg
Copy file name to clipboardExpand all lines: synthtool/gcp/templates/python_library/.kokoro/release/common.cfg+2-12Lines changed: 2 additions & 12 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
23 | 23 | |
24 | 24 | |
25 | 25 | |
26 | | - |
27 | | - |
28 | | - |
29 | | - |
30 | | - |
31 | | - |
32 | | - |
33 | | - |
34 | | - |
35 | | - |
36 | 26 | |
37 | 27 | |
38 | 28 | |
39 | | - |
40 | | - |
| 29 | + |
| 30 | + |
0 commit comments