summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2020-04-23 09:30:24 +0200
committerRémi Flamary <remi.flamary@gmail.com>2020-04-23 09:30:24 +0200
commitebf8fe9d1c3ff7885c00f695812964faf119486c (patch)
tree062b8f3c6ac018580d76eb2583da2fab7290b943 /.github
parent1e2f0ff92cba13511674d71d434efa5cfbcca181 (diff)
set action to release event
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_wheels.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml
index b11cfaa..7c13c33 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -1,10 +1,7 @@
name: Build dist and wheels
on:
- push:
- branches:
- - 'build_wheels'
-
+ release:
jobs:
build_wheels: