We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c41cf3a commit ddf7d63Copy full SHA for ddf7d63
4 files changed
.github/workflows/build_linux.yml
@@ -1,6 +1,9 @@
1
name: build wheels for linux
2
3
-on: [push]
+on:
4
+ push:
5
+ tags:
6
+ - v*
7
8
jobs:
9
build:
.github/workflows/build_mac.yml
name: build wheels for macos
.github/workflows/build_win.yml
name: build wheels for windows
.github/workflows/make_sdist.yml
name: make source distribution
0 commit comments