Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cb96037

Browse filesBrowse files
chingor13parthea
andauthored
chore: store artifacts in placer (#1821)
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent c515453 commit cb96037
Copy full SHA for cb96037

File tree

Expand file treeCollapse file tree

1 file changed

+9
-0
lines changed
Filter options
  • synthtool/gcp/templates/python_library/.kokoro/release
Expand file treeCollapse file tree

1 file changed

+9
-0
lines changed

‎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
+9Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,12 @@ env_vars: {
3838
key: "SECRET_MANAGER_KEYS"
3939
value: "releasetool-publish-reporter-app,releasetool-publish-reporter-googleapis-installation,releasetool-publish-reporter-pem"
4040
}
41+
42+
# Store the packages we uploaded to PyPI. That way, we have a record of exactly
43+
# what we published, which we can use to generate SBOMs and attestations.
44+
action {
45+
define_artifacts {
46+
regex: "github/{{ metadata['repo']['repo'].split('/')[1] }}/**/*.tar.gz"
47+
strip_prefix: "github/{{ metadata['repo']['repo'].split('/')[1] }}"
48+
}
49+
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.