Skip to content

Commit 9179e45

Browse files
committed
workflow
1 parent 930950e commit 9179e45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- main
8+
- update
89
tags:
910
- 'v*'
1011

@@ -27,7 +28,7 @@ jobs:
2728
python-version: '3.x' # cibuildwheel will use its own Python versions
2829

2930
- name: Install cibuildwheel
30-
run: python -m pip install cibuildwheel==2.17.0
31+
run: python -m pip install cibuildwheel
3132

3233
- name: Download test image file
3334
run: |

0 commit comments

Comments
 (0)