Bump pypa/cibuildwheel from 3.4.1 to 4.1.0#6779
Conversation
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.4.1 to 4.1.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.4.1...v4.1.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ff57815d70
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
|
|
||
| - name: Build wheels with qemu | ||
| uses: pypa/cibuildwheel@v3.4.1 | ||
| uses: pypa/cibuildwheel@v4.1.0 |
There was a problem hiding this comment.
Drop cp38 matrix entries before upgrading cibuildwheel
The build_wheels_qemu_cp matrix still runs build_cp: cp38, so those two QEMU jobs set CIBW_BUILD to cp38-manylinux* / cp38-musllinux* against this upgraded action. I checked cibuildwheel's v4 docs/release notes: v4.0 drops Python 3.8 support, the supported identifier table starts at cp39, and allow-empty defaults off with return code 3 when no builds are selected. These cp38 legs will therefore select no wheels and fail, preventing upload_all from running on releases unless cp38 is removed or this job stays on v3.x.
Useful? React with 👍 / 👎.
Bumps pypa/cibuildwheel from 3.4.1 to 4.1.0.
Release notes
Sourced from pypa/cibuildwheel's releases.
... (truncated)
Changelog
Sourced from pypa/cibuildwheel's changelog.
... (truncated)
Commits
2947353Bump version: v4.1.014a3c3aRemove Travis pre-commit check42aa134chore: minor cleanups and perf tweaks from code review (#2910)01265e5Clarify shell used for command options (#2904)f4afd95Add FAQ section on caching cibuildwheel's downloaded tools (#2842)6c08562fix: faster CLI on Python 3.15 (#2797)4f42ee3fix: raise clear errors when no wheel is produced (#2909)f3aa1beFix dead Pyodide env info link, remove mention of alpha ABI (#2911)d60fc2bSupport new graalpy asset names that include Python version. (#2863)55c8985docs: clarify environment precedence (#2905)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)