Skip to content

Commit 41e9be2

Browse files
committed
Try to fix workflow
1 parent a793f49 commit 41e9be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cibuildwheel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build
33
on:
44
push:
55
tags:
6-
- '(pre)?release-v[0-9]+.[0-9]+.[0-9]+'
6+
- 'release-v[0-9]+.[0-9]+.[0-9]+'
77
jobs:
88
build_wheels:
99
name: Build wheels on ${{ matrix.os }}

0 commit comments

Comments
 (0)