Skip to content

Commit 206aa3c

Browse files
committed
Try to support prerelease
1 parent 821bd07 commit 206aa3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
# ytf did they invent their own syntax that's almost regex?
77
# ** matches 'zero or more of any character'
88
- 'release-v[0-9]+.[0-9]+.[0-9]+**'
9+
- 'prerelease-v[0-9]+.[0-9]+.[0-9]+**'
910
jobs:
1011
build_wheels:
1112
name: Build wheels on ${{ matrix.os }}

0 commit comments

Comments
 (0)