Skip to content

Commit 89ad59d

Browse files
ci(deps): update pypa/cibuildwheel action to v3.3.0 (main) (#219)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pypa/cibuildwheel](https://redirect.github.com/pypa/cibuildwheel) | action | minor | `v3.2.1` -> `v3.3.0` | --- ### Release Notes <details> <summary>pypa/cibuildwheel (pypa/cibuildwheel)</summary> ### [`v3.3.0`](https://redirect.github.com/pypa/cibuildwheel/releases/tag/v3.3.0) [Compare Source](https://redirect.github.com/pypa/cibuildwheel/compare/v3.2.1...v3.3.0) - 🐛 Fix an incompatibility with Docker v29 ([#&#8203;2660](https://redirect.github.com/pypa/cibuildwheel/issues/2660)) - ✨ Adds `test-runtime` option, to customise how tests on simulated/emulated environments are run ([#&#8203;2636](https://redirect.github.com/pypa/cibuildwheel/issues/2636)) - ✨ Adds support for new `manylinux_2_35` images on 32-bit ARM `armv7l`, offering better C++20 compatibility ([#&#8203;2656](https://redirect.github.com/pypa/cibuildwheel/issues/2656)) - ✨ `build[uv]` is now supported on Android ([#&#8203;2587](https://redirect.github.com/pypa/cibuildwheel/issues/2587)) - ✨ You can now install extras (such as `uv`) with a simple option on the GitHub Action ([#&#8203;2630](https://redirect.github.com/pypa/cibuildwheel/issues/2630)) - ✨ `{project}` and `{package}` placeholders are now supported in `repair-wheel-command` ([#&#8203;2589](https://redirect.github.com/pypa/cibuildwheel/issues/2589)) - 🛠 The versions set with `dependency-versions` no longer constrain packages specified by your `build-system.requires`. Previously, on platforms other than Linux, the constraints in this option would remain in the environment during the build. This has been tidied up make behaviour more consistent between platforms, and to prevent version conflicts. ([#&#8203;2583](https://redirect.github.com/pypa/cibuildwheel/issues/2583)) - 🛠 Improve the handling of `test-command` on Android, enabling more options to be passed ([#&#8203;2590](https://redirect.github.com/pypa/cibuildwheel/issues/2590)) - 📚 Docs improvements ([#&#8203;2618](https://redirect.github.com/pypa/cibuildwheel/issues/2618)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/severinstrobl/overlap). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1eecb31 commit 89ad59d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,13 +197,13 @@ jobs:
197197

198198
- name: Build wheels
199199
id: build-wheels
200-
uses: pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1
200+
uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
201201
with:
202202
output-dir: dist
203203

204204
- name: Build Pyodide wheels
205205
if: matrix.os == 'ubuntu-24.04'
206-
uses: pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1
206+
uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
207207
env:
208208
CIBW_PLATFORM: pyodide
209209
with:

0 commit comments

Comments
 (0)