Skip to content

Commit

Permalink
chore(deps): update pypa/cibuildwheel action to v2.22.0 (#268)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [pypa/cibuildwheel](https://redirect.github.com/pypa/cibuildwheel) |
action | minor | `v2.21.3` -> `v2.22.0` |

---

### Release Notes

<details>
<summary>pypa/cibuildwheel (pypa/cibuildwheel)</summary>

###
[`v2.22.0`](https://redirect.github.com/pypa/cibuildwheel/releases/tag/v2.22.0):
Version 2.22.0

[Compare
Source](https://redirect.github.com/pypa/cibuildwheel/compare/v2.21.3...v2.22.0)

- 🌟 Added a new `CIBW_ENABLE`/`enable` feature that replaces
`CIBW_FREETHREADED_SUPPORT`/`free-threaded-support` and
`CIBW_PRERELEASE_PYTHONS` with a system that supports both. In
cibuildwheel 3, this will also include a PyPy setting and the deprecated
options will be removed.
([#&#8203;2048](https://redirect.github.com/pypa/cibuildwheel/issues/2048))
- 🌟 [Dependency groups](https://peps.python.org/pep-0735/) are now
supported for tests. Use `CIBW_TEST_GROUPS`/`test-groups` to specify
groups in `[dependency-groups]` for testing.
([#&#8203;2063](https://redirect.github.com/pypa/cibuildwheel/issues/2063))
- 🌟 Support for the experimental Ubuntu-based ARMv7l manylinux image
([#&#8203;2052](https://redirect.github.com/pypa/cibuildwheel/issues/2052))
- ✨ Show a warning when cibuildwheel is run from Python 3.10 or older;
cibuildwheel 3.0 will require Python 3.11 or newer as host
([#&#8203;2050](https://redirect.github.com/pypa/cibuildwheel/issues/2050))
- πŸ› Fix issue with stderr interfering with checking the docker version
([#&#8203;2074](https://redirect.github.com/pypa/cibuildwheel/issues/2074))
- πŸ›  Python 3.9 is now used in `CIBW_BEFORE_ALL`/`before-all` on linux,
replacing 3.8, which is now EoL
([#&#8203;2043](https://redirect.github.com/pypa/cibuildwheel/issues/2043))
- πŸ›  Error messages for producing a pure-Python wheel are slightly more
informative
([#&#8203;2044](https://redirect.github.com/pypa/cibuildwheel/issues/2044))
- πŸ›  Better error when `uname -m` fails on ARM
([#&#8203;2049](https://redirect.github.com/pypa/cibuildwheel/issues/2049))
- πŸ›  Better error when repair fails and docs for abi3audit on Windows
([#&#8203;2058](https://redirect.github.com/pypa/cibuildwheel/issues/2058))
- πŸ›  Better error when `manylinux-interpreters ensure` fails
([#&#8203;2066](https://redirect.github.com/pypa/cibuildwheel/issues/2066))
- πŸ›  Update Pyodide to 0.26.4, and adapt to the unbundled pyodide-build
(now 0.29)
([#&#8203;2090](https://redirect.github.com/pypa/cibuildwheel/issues/2090))
- πŸ›  Now cibuildwheel uses dependency-groups for development dependencies
([#&#8203;2064](https://redirect.github.com/pypa/cibuildwheel/issues/2064),
[#&#8203;2085](https://redirect.github.com/pypa/cibuildwheel/issues/2085))
- πŸ“š Docs updates and tidy ups
([#&#8203;2061](https://redirect.github.com/pypa/cibuildwheel/issues/2061),
[#&#8203;2067](https://redirect.github.com/pypa/cibuildwheel/issues/2067),
[#&#8203;2072](https://redirect.github.com/pypa/cibuildwheel/issues/2072))

</details>

---

### Configuration

πŸ“… **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

β™» **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/artis-mcrt/artistools).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 23, 2024
1 parent a119c2e commit d19515e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploypypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
echo "SETUPTOOLS_SCM_PRETEND_VERSION_FOR_ARTISTOOLS=$(python3 -m setuptools_scm --strip-dev)" >> $GITHUB_ENV
- name: Build wheels
uses: pypa/cibuildwheel@v2.21.3
uses: pypa/cibuildwheel@v2.22.0

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit d19515e

Please sign in to comment.