This repository has been archived by the owner on Jul 17, 2024. It is now read-only.
Update pypa/cibuildwheel action to v2.8.1 #376
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.3.1
->v2.8.1
Release Notes
pypa/cibuildwheel
v2.8.1
Compare Source
v2.8.0
Compare Source
✨ You can now run cibuildwheel on Podman, as an alternate container engine to Docker (which remains the default). This is useful in environments where a Docker daemon isn't available, for example, it can be run inside a Docker container, or without root access. To use Podman, set the
CIBW_CONTAINER_ENGINE
option. (#966)✨ Adds support for building
py3-none-{platform}
wheels. This works the same as ABI3 - wheels won't be rebuilt, but tests will still be run across all selected versions of Python.Check out this example ctypes project to see an example of how it works. (#1151)
🛠 cibuildwheel will now error if multiple builds in a single run produce the same wheel filename, as this indicates a misconfiguration. (#1152)
📚 A few docs improvements and updates to keep things up-to-date.
v2.7.0
Compare Source
v2.7.0
Compare Source
manylinux_2_28
images. These new images are based on AlmaLinux, the community-driven successor to CentOS, unlikemanylinux_2_24
, which was based on Debian. To build on these images, set yourCIBW_MANYLINUX_*_IMAGE
option tomanylinux_2_28
. (#1026)v2.6.1
Compare Source
v2.6.1
Compare Source
v2.6.0
Compare Source
v2.6.0
Compare Source
--prerelease-pythons
orCIBW_PRERELEASE_PYTHONS
to test. This version of cibuildwheel includes CPython 3.11.0b1. (#1109)v2.5.0
Compare Source
v2.5.0
Compare Source
cibuildwheel mypackage-1.0.0.tar.gz
. For more details, check the--help
output (#1096)--allow-empty
is passed (#1086)v2.4.0
Compare Source
[project]
table, because that takes precedence over setup.py and setup.cfg. Check out the setuptools docs and the project metadata specification for more info.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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.