|
89 | 89 | - uses: actions/setup-python@v2 |
90 | 90 |
|
91 | 91 | - name: Install cibuildwheel |
92 | | - run: python -m pip install cibuildwheel==2.6.0 |
| 92 | + run: python -m pip install cibuildwheel==2.6.1 |
93 | 93 |
|
94 | 94 | - name: Build wheels |
95 | 95 | run: python -m cibuildwheel --output-dir wheelhouse |
@@ -203,6 +203,12 @@ Changelog |
203 | 203 |
|
204 | 204 | <!-- this section was generated by bin/update_readme_changelog.py -- do not edit manually --> |
205 | 205 |
|
| 206 | +### v2.6.1 |
| 207 | + |
| 208 | +_7 June 2022_ |
| 209 | + |
| 210 | +- 🛠 Update the prerelease CPython 3.11 to 3.11.0b3 |
| 211 | + |
206 | 212 | ### v2.6.0 |
207 | 213 |
|
208 | 214 | _25 May 2022_ |
@@ -240,19 +246,6 @@ _14 December 2021_ |
240 | 246 | - 🐛 Setting pip options like `PIP_USE_DEPRECATED` in `CIBW_ENVIRONMENT` no longer adversely affects cibuildwheel's ability to set up a Python environment (#956) |
241 | 247 | - 📚 Docs fixes and improvements |
242 | 248 |
|
243 | | -### v2.3.0 |
244 | | - |
245 | | -_26 November 2021_ |
246 | | - |
247 | | -- 📈 cibuildwheel now defaults to manylinux2014 image for linux builds, rather than manylinux2010. If you want to stick with manylinux2010, it's simple to set this using [the image options](https://cibuildwheel.readthedocs.io/en/stable/options/#linux-image). (#926) |
248 | | -- ✨ You can now pass environment variables from the host machine into the Docker container during a Linux build. Check out [the docs for `CIBW_ENVIRONMENT_PASS_LINUX `](https://cibuildwheel.readthedocs.io/en/latest/options/#environment-pass) for the details. (#914) |
249 | | -- ✨ Added support for building PyPy 3.8 wheels. (#881) |
250 | | -- ✨ Added support for building Windows arm64 CPython wheels on a Windows arm64 runner. We can't test this in CI yet, so for now, this is experimental. (#920) |
251 | | -- 📚 Improved the deployment documentation (#911) |
252 | | -- 🛠 Changed the escaping behaviour inside cibuildwheel's option placeholders e.g. `{project}` in `before_build` or `{dest_dir}` in `repair_wheel_command`. This allows bash syntax like `${SOME_VAR}` to passthrough without being interpreted as a placeholder by cibuildwheel. See [this section](https://cibuildwheel.readthedocs.io/en/stable/options/#placeholders) in the docs for more info. (#889) |
253 | | -- 🛠 Pip updated to 21.3, meaning it now defaults to in-tree builds again. If this causes an issue with your project, setting environment variable `PIP_USE_DEPRECATED=out-of-tree-build` is available as a temporary flag to restore the old behaviour. However, be aware that this flag will probably be removed soon. (#881) |
254 | | -- 🐛 You can now access the current Python interpreter using `python3` within a build on Windows (#917) |
255 | | - |
256 | 249 | <!-- END bin/update_readme_changelog.py --> |
257 | 250 |
|
258 | 251 | --- |
|
0 commit comments