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 9a2e31a commit e212169Copy full SHA for e212169
.kokoro/release/release.cfg
@@ -1 +1,10 @@
1
-# Format: //devtools/kokoro/config/proto/build.proto
+# 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