Skip to content

Commit 217d58d

Browse files
authored
Update cibuildwheel to 2.23.2 in order to unblock i686 builds (#1433)
1 parent 487c1f6 commit 217d58d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- uses: dtolnay/rust-toolchain@stable
5858
- name: Install cibuildwheel
5959
run: |
60-
python -m pip install cibuildwheel==2.21.3
60+
python -m pip install cibuildwheel==2.23.2
6161
- name: Build wheels
6262
run: |
6363
python -m cibuildwheel --output-dir wheelhouse
@@ -105,7 +105,7 @@ jobs:
105105
platforms: all
106106
- name: Install cibuildwheel
107107
run: |
108-
python -m pip install cibuildwheel==2.21.3
108+
python -m pip install cibuildwheel==2.23.2
109109
- name: Build wheels
110110
run: |
111111
python -m cibuildwheel --output-dir wheelhouse
@@ -143,7 +143,7 @@ jobs:
143143
platforms: all
144144
- name: Install cibuildwheel
145145
run: |
146-
python -m pip install cibuildwheel==2.21.3
146+
python -m pip install cibuildwheel==2.23.2
147147
- name: Build wheels
148148
run: |
149149
python -m cibuildwheel --output-dir wheelhouse
@@ -176,7 +176,7 @@ jobs:
176176
run: rustup default stable-i686-pc-windows-msvc
177177
- name: Install cibuildwheel
178178
run: |
179-
python -m pip install cibuildwheel==2.21.3
179+
python -m pip install cibuildwheel==2.23.2
180180
- name: Build wheels
181181
run: |
182182
python -m cibuildwheel --output-dir wheelhouse

0 commit comments

Comments
 (0)