|
57 | 57 | - uses: dtolnay/rust-toolchain@stable |
58 | 58 | - name: Install cibuildwheel |
59 | 59 | run: | |
60 | | - python -m pip install cibuildwheel==2.17.0 |
| 60 | + python -m pip install cibuildwheel==2.21.3 |
61 | 61 | - name: Build wheels |
62 | 62 | run: | |
63 | 63 | python -m cibuildwheel --output-dir wheelhouse |
@@ -105,7 +105,7 @@ jobs: |
105 | 105 | platforms: all |
106 | 106 | - name: Install cibuildwheel |
107 | 107 | run: | |
108 | | - python -m pip install cibuildwheel==2.17.0 |
| 108 | + python -m pip install cibuildwheel==2.21.3 |
109 | 109 | - name: Build wheels |
110 | 110 | run: | |
111 | 111 | python -m cibuildwheel --output-dir wheelhouse |
@@ -143,7 +143,7 @@ jobs: |
143 | 143 | platforms: all |
144 | 144 | - name: Install cibuildwheel |
145 | 145 | run: | |
146 | | - python -m pip install cibuildwheel==2.17.0 |
| 146 | + python -m pip install cibuildwheel==2.21.3 |
147 | 147 | - name: Build wheels |
148 | 148 | run: | |
149 | 149 | python -m cibuildwheel --output-dir wheelhouse |
@@ -182,7 +182,7 @@ jobs: |
182 | 182 | platforms: all |
183 | 183 | - name: Install cibuildwheel |
184 | 184 | run: | |
185 | | - python -m pip install cibuildwheel==2.17.0 |
| 185 | + python -m pip install cibuildwheel==2.21.3 |
186 | 186 | - name: Build wheels |
187 | 187 | run: | |
188 | 188 | python -m cibuildwheel --output-dir wheelhouse |
@@ -220,7 +220,7 @@ jobs: |
220 | 220 | platforms: all |
221 | 221 | - name: Install cibuildwheel |
222 | 222 | run: | |
223 | | - python -m pip install cibuildwheel==2.17.0 |
| 223 | + python -m pip install cibuildwheel==2.21.3 |
224 | 224 | - name: Build wheels |
225 | 225 | run: | |
226 | 226 | python -m cibuildwheel --output-dir wheelhouse |
@@ -253,7 +253,7 @@ jobs: |
253 | 253 | run: rustup default stable-i686-pc-windows-msvc |
254 | 254 | - name: Install cibuildwheel |
255 | 255 | run: | |
256 | | - python -m pip install cibuildwheel==2.17.0 |
| 256 | + python -m pip install cibuildwheel==2.21.3 |
257 | 257 | - name: Build wheels |
258 | 258 | run: | |
259 | 259 | python -m cibuildwheel --output-dir wheelhouse |
|
0 commit comments