Skip to content

Commit d098f00

Browse files
chore(deps): update pypa/cibuildwheel action to v2.23.2 (#957)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pypa/cibuildwheel](https://redirect.github.com/pypa/cibuildwheel) | action | patch | `v2.23.1` -> `v2.23.2` | --- ### Release Notes <details> <summary>pypa/cibuildwheel (pypa/cibuildwheel)</summary> ### [`v2.23.2`](https://redirect.github.com/pypa/cibuildwheel/releases/tag/v2.23.2) [Compare Source](https://redirect.github.com/pypa/cibuildwheel/compare/v2.23.1...v2.23.2) - 🐛 Workaround an issue with pyodide builds when running cibuildwheel with a Python that was installed via UV ([#&#8203;2328](https://redirect.github.com/pypa/cibuildwheel/issues/2328) via [#&#8203;2331](https://redirect.github.com/pypa/cibuildwheel/issues/2331)) - 🛠 Dependency updates, including a manylinux update that fixes an ['undefined symbol' error](https://redirect.github.com/pypa/manylinux/issues/1760) in gcc-toolset ([#&#8203;2334](https://redirect.github.com/pypa/cibuildwheel/issues/2334)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 995c513 commit d098f00

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/[email protected].1
75+
uses: pypa/[email protected].2
7676
env:
7777
CIBW_BUILD: "*cp3${{ matrix.python }}*"
7878

0 commit comments

Comments
 (0)