|
55 | 55 | - uses: dtolnay/rust-toolchain@stable |
56 | 56 | - name: Install cibuildwheel |
57 | 57 | run: | |
58 | | - python -m pip install cibuildwheel==2.10.1 twine |
| 58 | + python -m pip install cibuildwheel==2.16.1 twine |
59 | 59 | - name: Build wheels |
60 | 60 | run: | |
61 | 61 | python -m cibuildwheel --output-dir wheelhouse |
|
97 | 97 | platforms: all |
98 | 98 | - name: Install cibuildwheel |
99 | 99 | run: | |
100 | | - python -m pip install cibuildwheel==2.10.1 twine |
| 100 | + python -m pip install cibuildwheel==2.16.1 twine |
101 | 101 | - name: Build wheels |
102 | 102 | run: | |
103 | 103 | python -m cibuildwheel --output-dir wheelhouse |
@@ -140,7 +140,7 @@ jobs: |
140 | 140 | platforms: all |
141 | 141 | - name: Install cibuildwheel |
142 | 142 | run: | |
143 | | - python -m pip install cibuildwheel==2.10.1 twine |
| 143 | + python -m pip install cibuildwheel==2.16.1 twine |
144 | 144 | - name: Build wheels |
145 | 145 | run: | |
146 | 146 | python -m cibuildwheel --output-dir wheelhouse |
@@ -183,7 +183,7 @@ jobs: |
183 | 183 | platforms: all |
184 | 184 | - name: Install cibuildwheel |
185 | 185 | run: | |
186 | | - python -m pip install cibuildwheel==2.10.1 twine |
| 186 | + python -m pip install cibuildwheel==2.16.1 twine |
187 | 187 | - name: Build wheels |
188 | 188 | run: | |
189 | 189 | python -m cibuildwheel --output-dir wheelhouse |
@@ -226,7 +226,7 @@ jobs: |
226 | 226 | platforms: all |
227 | 227 | - name: Install cibuildwheel |
228 | 228 | run: | |
229 | | - python -m pip install cibuildwheel==2.10.1 twine |
| 229 | + python -m pip install cibuildwheel==2.16.1 twine |
230 | 230 | - name: Build wheels |
231 | 231 | run: | |
232 | 232 | python -m cibuildwheel --output-dir wheelhouse |
@@ -270,7 +270,7 @@ jobs: |
270 | 270 | platforms: all |
271 | 271 | - name: Install cibuildwheel |
272 | 272 | run: | |
273 | | - python -m pip install cibuildwheel==2.10.1 twine |
| 273 | + python -m pip install cibuildwheel==2.16.1 twine |
274 | 274 | - name: Build wheels |
275 | 275 | run: | |
276 | 276 | python -m cibuildwheel --output-dir wheelhouse |
@@ -300,7 +300,7 @@ jobs: |
300 | 300 | steps: |
301 | 301 | - uses: actions/checkout@v3 |
302 | 302 | - name: Build wheels |
303 | | - uses: joerick/cibuildwheel@v2.10.1 |
| 303 | + uses: joerick/cibuildwheel@v2.16.1 |
304 | 304 | env: |
305 | 305 | CIBW_BEFORE_ALL: rustup target add aarch64-apple-darwin |
306 | 306 | CIBW_ARCHS_MACOS: arm64 universal2 |
@@ -338,7 +338,7 @@ jobs: |
338 | 338 | run: rustup default stable-i686-pc-windows-msvc |
339 | 339 | - name: Install cibuildwheel |
340 | 340 | run: | |
341 | | - python -m pip install cibuildwheel==2.10.1 twine |
| 341 | + python -m pip install cibuildwheel==2.16.1 twine |
342 | 342 | - name: Build wheels |
343 | 343 | run: | |
344 | 344 | python -m cibuildwheel --output-dir wheelhouse |
|
0 commit comments