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