|
94 | 94 | - uses: actions/setup-python@v3 |
95 | 95 |
|
96 | 96 | - name: Install cibuildwheel |
97 | | - run: python -m pip install cibuildwheel==2.12.1 |
| 97 | + run: python -m pip install cibuildwheel==2.12.2 |
98 | 98 |
|
99 | 99 | - name: Build wheels |
100 | 100 | run: python -m cibuildwheel --output-dir wheelhouse |
@@ -210,6 +210,14 @@ Changelog |
210 | 210 |
|
211 | 211 | <!-- this section was generated by bin/update_readme_changelog.py -- do not edit manually --> |
212 | 212 |
|
| 213 | +### v2.12.2 |
| 214 | + |
| 215 | +_18 April 2023_ |
| 216 | + |
| 217 | +- 🐛 Fix a bug that caused an extra empty config-setting to be passed to the backend when CIBW_BUILD_FRONTEND is set to `build`. (#1474) |
| 218 | +- 🐛 Fix a crash that occurred when overwriting an existing wheel on Windows. (#1464) |
| 219 | +- 🛠 Pinned version updates, including CPython 3.10.11, 3.11.3, pip 23.1 and wheel 0.40.0. |
| 220 | + |
213 | 221 | ### v2.12.1 |
214 | 222 |
|
215 | 223 | _11 March 2023_ |
@@ -240,18 +248,6 @@ _5 Dec 2022_ |
240 | 248 | - ✨ Added a friendly error message to a common misconfiguration of the `CIBW_TEST_COMMAND` option - not specifying path using the `{project}` placeholder (#1336) |
241 | 249 | - 🛠 The GitHub Action now uses Powershell on Windows to avoid occasional incompabilities with bash (#1346) |
242 | 250 |
|
243 | | -### v2.11.2 |
244 | | - |
245 | | -_26 October 2022_ |
246 | | - |
247 | | -- 🛠 Updates CPython 3.11 to 3.11.0 - final release (#1327) |
248 | | -- 🛠 Simplify the default macOS repair command (#1322) |
249 | | -- 🛠 Fix the default `MACOSX_DEPLOYMENT_TARGET` on arm64 (#1312) |
250 | | -- 🛠 Hide irrelevant pip warnings on linux (#1311) |
251 | | -- 🐛 Fix a bug that caused the stdout and stderr of commands in containers to be in the wrong order Previously, stdout could appear after stderr. (#1324) |
252 | | -- 📚 Added [a FAQ entry](https://cibuildwheel.readthedocs.io/en/stable/faq/#macos-building-cpython-38-wheels-on-arm64) describing how to perform native builds of CPython 3.8 wheels on Apple Silicon. (#1323) |
253 | | -- 📚 Other docs improvements |
254 | | - |
255 | 251 | <!-- END bin/update_readme_changelog.py --> |
256 | 252 |
|
257 | 253 | --- |
|
0 commit comments