Skip to content

Commit e212169

Browse files
authored
ci: Track released artifacts for EO 14028 compliance. (#709)
1 parent 9a2e31a commit e212169

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.kokoro/release/release.cfg

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
# Format: //devtools/kokoro/config/proto/build.proto
1+
# Format: //devtools/kokoro/config/proto/build.proto
2+
3+
# Save artifacts for EO 14028
4+
action {
5+
define_artifacts {
6+
regex: "**/dist/*.tar.gz"
7+
regex: "**/dist/*.whl"
8+
strip_prefix: "github/cloud-sql-python-connector"
9+
}
10+
}

0 commit comments

Comments
 (0)