Skip to content

Commit a24701c

Browse files
committed
Try to trigger tag
1 parent 41e9be2 commit a24701c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cibuildwheel.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Build
33
on:
44
push:
55
tags:
6-
- 'release-v[0-9]+.[0-9]+.[0-9]+'
6+
- "*"
7+
#- 'release-v[0-9]+.[0-9]+.[0-9]+'
78
jobs:
89
build_wheels:
910
name: Build wheels on ${{ matrix.os }}

0 commit comments

Comments
 (0)