Skip to content

Commit e330215

Browse files
[WIP] fix cibuildwheel version
1 parent f42b487 commit e330215

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
- name: Install cibuildwheel
3232
run: |
33-
python -m pip install cibuildwheel==2.16.2
33+
python -m pip install cibuildwheel==2.16.4
3434
3535
- name: Build wheels
3636
env:
@@ -65,7 +65,7 @@ jobs:
6565
6666
- name: Install cibuildwheel
6767
run: |
68-
python -m pip install cibuildwheel==2.16.2
68+
python -m pip install cibuildwheel==2.16.4
6969
7070
- name: Set up QEMU
7171
if: runner.os == 'Linux'

.github/workflows/build_wheels_weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
3030
- name: Install cibuildwheel
3131
run: |
32-
python -m pip install cibuildwheel==2.16.2
32+
python -m pip install cibuildwheel==2.16.4
3333
3434
- name: Set up QEMU
3535
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)