summaryrefslogtreecommitdiff
path: root/.github/workflows/pip-packaging-linux.yml
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-06-12 09:19:19 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-06-12 09:19:19 +0200
commit4ae747be301f1f159f36bd9d3c103774e1ad80ac (patch)
treeb6a1ba19eca45ad6f2039a6396615de21224d06c /.github/workflows/pip-packaging-linux.yml
parent472c8d61db3e918ed6ad647e0330fdb68c7d5ac5 (diff)
Build pip packages on releases
Diffstat (limited to '.github/workflows/pip-packaging-linux.yml')
-rw-r--r--.github/workflows/pip-packaging-linux.yml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.github/workflows/pip-packaging-linux.yml b/.github/workflows/pip-packaging-linux.yml
index f82122b4..bd524af9 100644
--- a/.github/workflows/pip-packaging-linux.yml
+++ b/.github/workflows/pip-packaging-linux.yml
@@ -1,12 +1,8 @@
name: pip packaging linux
on:
- push: {}
- pull_request: {}
-
-# on:
-# release:
-# types: [published]
+ release:
+ types: [published]
jobs:
build: