We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 821bd07 commit 206aa3cCopy full SHA for 206aa3c
.github/workflows/cibuildwheel.yml
@@ -6,6 +6,7 @@ on:
6
# ytf did they invent their own syntax that's almost regex?
7
# ** matches 'zero or more of any character'
8
- 'release-v[0-9]+.[0-9]+.[0-9]+**'
9
+ - 'prerelease-v[0-9]+.[0-9]+.[0-9]+**'
10
jobs:
11
build_wheels:
12
name: Build wheels on ${{ matrix.os }}
0 commit comments