We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c515453 commit cb96037Copy full SHA for cb96037
synthtool/gcp/templates/python_library/.kokoro/release/common.cfg
@@ -38,3 +38,12 @@ env_vars: {
38
key: "SECRET_MANAGER_KEYS"
39
value: "releasetool-publish-reporter-app,releasetool-publish-reporter-googleapis-installation,releasetool-publish-reporter-pem"
40
}
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