Skip to content

Commit 426d5f2

Browse files
chore(deps): update pypa/cibuildwheel action to v2.23.1 (#858)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pypa/cibuildwheel](https://redirect.github.com/pypa/cibuildwheel) | action | patch | `v2.23.0` -> `v2.23.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>pypa/cibuildwheel (pypa/cibuildwheel)</summary> ### [`v2.23.1`](https://redirect.github.com/pypa/cibuildwheel/releases/tag/v2.23.1) [Compare Source](https://redirect.github.com/pypa/cibuildwheel/compare/v2.23.0...v2.23.1) - ⚠️ Added warnings when the shorthand values `manylinux1`, `manylinux2010`, `manylinux_2_24`, and `musllinux_1_1` are used to specify the images in linux builds. The shorthand to these (unmaintainted) images will be removed in v3.0. If you want to keep using these images, explicitly opt-in using the full image URL, which can be found in [this file](https://redirect.github.com/pypa/cibuildwheel/blob/v2.23.1/cibuildwheel/resources/pinned_docker_images.cfg). ([#&#8203;2312](https://redirect.github.com/pypa/cibuildwheel/issues/2312)) - 🛠 Dependency updates, including a manylinux update which fixes an [issue with rustup](https://redirect.github.com/pypa/cibuildwheel/issues/2303). ([#&#8203;2315](https://redirect.github.com/pypa/cibuildwheel/issues/2315)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIwMC4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 84aa4e9 commit 426d5f2

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.23.0
75+
uses: pypa/cibuildwheel@v2.23.1
7676
env:
7777
CIBW_BUILD: "*cp3${{ matrix.python }}*"
7878

0 commit comments

Comments
 (0)