|
94 | 94 | - uses: actions/setup-python@v5
|
95 | 95 |
|
96 | 96 | - name: Install cibuildwheel
|
97 |
| - run: python -m pip install cibuildwheel==2.19.1 |
| 97 | + run: python -m pip install cibuildwheel==2.19.2 |
98 | 98 |
|
99 | 99 | - name: Build wheels
|
100 | 100 | run: python -m cibuildwheel --output-dir wheelhouse
|
@@ -211,6 +211,18 @@ Changelog
|
211 | 211 |
|
212 | 212 | <!-- this section was generated by bin/update_readme_changelog.py -- do not edit manually -->
|
213 | 213 |
|
| 214 | +### v2.19.2 |
| 215 | + |
| 216 | +- 🐛 Update manylinux2014 pins to versions that support past-EoL CentOS 7 mirrors. (#1917) |
| 217 | +- 🐛 Support `--no-isolation` with `build[uv]` build-frontend. (#1889) |
| 218 | +- 🛠 Provide attestations for releases at <https://github.com/pypa/cibuildwheel/attestations>. (#1916) |
| 219 | +- 🛠 Provide CPython 3.13.0b3. (#1913) |
| 220 | +- 🛠 Remove some workarounds now that pip 21.1 is available. (#1891, #1892) |
| 221 | +- 📚 Remove nosetest from our docs. (#1821) |
| 222 | +- 📚 Document the macOS ARM workaround for 3.8 on GHA. (#1971) |
| 223 | +- 📚 GitLab CI + macOS is now a supported platform with an example. (#1911) |
| 224 | + |
| 225 | + |
214 | 226 | ### v2.19.1
|
215 | 227 |
|
216 | 228 | - 🐛 Don't require setup-python on GHA for Pyodide (#1868)
|
@@ -267,23 +279,6 @@ _12 May 2024_
|
267 | 279 | - 📚 Document Rust builds (#1816)
|
268 | 280 | - 📚 Speed up our readthedocs builds with uv, 26 seconds -> 6 seconds to install dependencies (#1816)
|
269 | 281 |
|
270 |
| - |
271 |
| -### v2.17.0 |
272 |
| - |
273 |
| -_11 March 2024_ |
274 |
| - |
275 |
| -- 🌟 Adds the ability to inherit configuration in TOML overrides. This makes certain configurations much simpler. If you're overriding an option like `before-build` or `environment`, and you just want to add an extra command or environment variable, you can just append (or prepend) to the previous config. See [the docs](https://cibuildwheel.pypa.io/en/stable/options/#inherit) for more information. (#1730) |
276 |
| -- 🌟 Adds official support for native `arm64` macOS GitHub runners. To use them, just specify `macos-14` as an `os` of your job in your workflow file. You can also keep `macos-13` in your build matrix to build `x86_64`. Check out the new [GitHub Actions example config](https://cibuildwheel.pypa.io/en/stable/setup/#github-actions). |
277 |
| -- ✨ You no longer need to specify `--platform` to run cibuildwheel locally! Instead it will detect your platform automatically. This was a safety feature, no longer necessary. (#1727) |
278 |
| -- 🛠 Removed setuptools and wheel pinned versions. This only affects old-style projects without a `pyproject.toml`, projects with `pyproject.toml` are already getting fresh versions of their `build-system.requires` installed into an isolated environment. (#1725) |
279 |
| -- 🛠 Improve how the GitHub Action passes arguments (#1757) |
280 |
| -- 🛠 Remove a system-wide install of pipx in the GitHub Action (#1745) |
281 |
| -- 🐛 No longer will cibuildwheel override the `PIP_CONSTRAINT` environment variable when using the `build` frontend. Instead it will be extended. (#1675) |
282 |
| -- 🐛 Fix a bug where building and testing both `x86_86` and `arm64` wheels on the same runner caused the wrong architectures in the test environment (#1750) |
283 |
| -- 🐛 Fix a bug that prevented testing a CPython 3.8 wheel targeting macOS 11+ on `x86_64` (#1768) |
284 |
| -- 📚 Moved the docs onto the official PyPA domain - they're now available at https://cibuildwheel.pypa.io . (#1775) |
285 |
| -- 📚 Docs and examples improvements (#1762, #1734) |
286 |
| - |
287 | 282 | <!-- END bin/update_readme_changelog.py -->
|
288 | 283 |
|
289 | 284 | ---
|
|
0 commit comments