We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41e9be2 commit a24701cCopy full SHA for a24701c
.github/workflows/cibuildwheel.yml
@@ -3,7 +3,8 @@ name: Build
3
on:
4
push:
5
tags:
6
- - 'release-v[0-9]+.[0-9]+.[0-9]+'
+ - "*"
7
+ #- 'release-v[0-9]+.[0-9]+.[0-9]+'
8
jobs:
9
build_wheels:
10
name: Build wheels on ${{ matrix.os }}
0 commit comments