aboutsummaryrefslogtreecommitdiff
path: root/kokoro/release/python/linux/release.cfg
diff options
context:
space:
mode:
authorPaul Yang <TeBoring@users.noreply.github.com>2018-08-06 22:07:52 -0700
committerGitHub <noreply@github.com>2018-08-06 22:07:52 -0700
commitfba5ef410ad4a851fb4200b7380e3320ee048266 (patch)
tree9cf3cf4fe8b462c9bb102eddbdcb3d5b37144826 /kokoro/release/python/linux/release.cfg
parent770dde7d314e4fb06ab12244dbd1972157c648ad (diff)
downloadprotobuf-fba5ef410ad4a851fb4200b7380e3320ee048266.tar.gz
protobuf-fba5ef410ad4a851fb4200b7380e3320ee048266.tar.bz2
protobuf-fba5ef410ad4a851fb4200b7380e3320ee048266.zip
Python wheel kokoro dev (#5002)
* Add config for building python wheel * Update submodules * Fix setup.py to use c++11 * Fix syntax error * Fix syntax error * Add dir for artifact * Update artifact dirctory * Remove python 3.3 * Clean up virtual env * Clean up env * Test environment * Test env variable * Automatic update version number * Remove dependency on python-wheel branch
Diffstat (limited to 'kokoro/release/python/linux/release.cfg')
-rw-r--r--kokoro/release/python/linux/release.cfg8
1 files changed, 8 insertions, 0 deletions
diff --git a/kokoro/release/python/linux/release.cfg b/kokoro/release/python/linux/release.cfg
new file mode 100644
index 00000000..b31b3f11
--- /dev/null
+++ b/kokoro/release/python/linux/release.cfg
@@ -0,0 +1,8 @@
+# Configuration for Linux release builds
+build_file: "protobuf/kokoro/release/python/linux/build_artifacts.sh"
+
+action {
+ define_artifacts {
+ regex: "github/protobuf/artifacts/**"
+ }
+}