Skip to content

Commit f6a40fc

Browse files
chore(deps): update pypa/cibuildwheel action to v2.23.0 (#707)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pypa/cibuildwheel](https://redirect.github.com/pypa/cibuildwheel) | action | minor | `v2.22.0` -> `v2.23.0` | --- ### Release Notes <details> <summary>pypa/cibuildwheel (pypa/cibuildwheel)</summary> ### [`v2.23.0`](https://redirect.github.com/pypa/cibuildwheel/releases/tag/v2.23.0) [Compare Source](https://redirect.github.com/pypa/cibuildwheel/compare/v2.22.0...v2.23.0) - ✨ Adds official support for the new GitHub Actions Arm runners. In fact these worked out-of-the-box, now we include them in our tests and example configs. ([#&#8203;2135](https://redirect.github.com/pypa/cibuildwheel/issues/2135) via [#&#8203;2281](https://redirect.github.com/pypa/cibuildwheel/issues/2281)) - ✨ Adds support for building PyPy 3.11 wheels ([#&#8203;2268](https://redirect.github.com/pypa/cibuildwheel/issues/2268) via [#&#8203;2281](https://redirect.github.com/pypa/cibuildwheel/issues/2281)) - 🛠 Adopts the beta pypa/manylinux image for armv7l builds ([#&#8203;2269](https://redirect.github.com/pypa/cibuildwheel/issues/2269) via [#&#8203;2281](https://redirect.github.com/pypa/cibuildwheel/issues/2281)) - 🛠 Dependency updates, including Pyodide 0.27 ([#&#8203;2117](https://redirect.github.com/pypa/cibuildwheel/issues/2117) and [#&#8203;2281](https://redirect.github.com/pypa/cibuildwheel/issues/2281)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - "* 0-3 * * 1" (UTC). 🚦 **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/codegen-sh/codegen). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 92be921 commit f6a40fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
7373
# TODO: add cbuildwheel cache
7474
- name: Build wheel
75-
uses: pypa/cibuildwheel@v2.22.0
75+
uses: pypa/cibuildwheel@v2.23.0
7676
env:
7777
CIBW_BUILD: "*cp3${{ matrix.python }}*"
7878

0 commit comments

Comments
 (0)