Build: Bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: pypa/cibuildwheel and actions/download-artifact.
Updates pypa/cibuildwheel from 2.17.0 to 2.19.2
Release notes
Sourced from pypa/cibuildwheel's releases.
Version 2.19.2
- π Update manylinux2014 pins to versions that support past-EoL CentOS 7 mirrors. (#1917)
- π Support
--no-isolationwithbuild[uv]build-frontend. (#1889)- π Provide attestations for releases at https://github.com/pypa/cibuildwheel/attestations. (#1916)
- π Provide CPython 3.13.0b3. (#1913)
- π Remove some workarounds now that pip 24.1 is available. (#1891, #1892)
- π Remove nosetest from our docs. (#1821)
- π Document the macOS ARM workaround for 3.8 on GHA. (#1971)
- π GitLab CI + macOS is now a supported platform with an example. (#1911)
Version 2.19.1
- π Don't require setup-python on GHA for Pyodide (#1868)
- π Specify full python path for uv (fixes issue in 0.2.10 & 0.2.11) (#1881)
- π Update for pip 24.1b2 on CPython 3.13. (#1879)
- π Fix a warning in our schema generation script. (#1866)
- π Cleaner output on pytest 8-8.2. (#1865)
Version 2.19.0
Release post: https://iscinumpy.dev/post/cibuildwheel-2-19-0/
- π Add a Pyodide platform. Set with
--platform pyodideorCIBW_PLATFORM: pyodideon Linux with a host Python 3.12 to build WebAssembly wheels. Not accepted on PyPI currently, but usable directly in a website using Pyodide, for live docs, etc. (#1456, #1859)- π Add
build[uv]backend, which will take a pre-existing uv install (or installcibuildwheel[uv]) and useuvfor all environment setup and installs on Python 3.8+. This is significantly faster in most cases. (#1856)- β¨ Add free-threaded macOS builds and update CPython to 3.13.0b2. (#1854)
- π Issue copying a wheel to a non-existent output dir fixed. (#1851, #1862)
- π Better determinism for the test environment seeding. (#1835)
- π
VIRTUAL_ENVvariable now set. (#1842)- π Remove a pip<21.3 workaround. (#1842)
- π Error handling was refactored to use exceptions. (#1719)
- π Hardcoded paths in tests avoided. (#1834)
- π Single Python tests made more generic. (#1835)
- π Sped up our ci by splitting up emulation tests. (#1839)
v2.18.1
- π Add free-threaded Linux and Windows builds for 3.13. New identifiers
cp313t-*, new optionCIBW_FREE_THREADED_SUPPORT/tool.cibuildwheel.free-threaded-supportrequired to opt-in. See the docs for more information. (#1831)- β¨ The
container-engineis now a build (non-global) option. (#1792)- π The build backend for cibuildwheel is now hatchling. (#1297)
- π Significant improvements and modernization to our noxfile. (#1823)
- π Use pylint's new GitHub Actions reporter instead of a custom matcher. (#1823)
- π Unpin virtualenv updates for Python 3.7+ (#1830)
- π Fix running linux tests from Windows or macOS ARM. (#1788)
- π Fix our documentation build. (#1821)
v2.18.0
- β¨ Adds CPython 3.13 support, under the prerelease flag CIBW_PRERELEASE_PYTHONS. This version of cibuildwheel uses 3.13.0b1. Free-threading mode is not available yet (#1657), waiting on official binaries (planned for beta 2) and pip support. While CPython is in beta, the ABI can change, so your wheels might not be compatible with the final release. For this reason, we don't recommend distributing wheels until RC1, at which point 3.13 will be available in cibuildwheel without the flag. (#1815)
- β¨ Musllinux now defaults to
musllinux_1_2. You can set the oldermusllinux_1_1via config if needed. (#1817)- π No longer pre-seed setuptools/wheel in virtual environments (#1819)
- π Respect the constraints file when building with pip, matching build (#1818)
- π Use uv to compile our pinned dependencies, 10x faster and doesn't require special setup (#1778)
- π Fix an issue with the schema (#1788)
... (truncated)
Changelog
Sourced from pypa/cibuildwheel's changelog.
v2.19.2
- π Update manylinux2014 pins to versions that support past-EoL CentOS 7 mirrors. (#1917)
- π Support
--no-isolationwithbuild[uv]build-frontend. (#1889)- π Provide attestations for releases at https://github.com/pypa/cibuildwheel/attestations. (#1916)
- π Provide CPython 3.13.0b3. (#1913)
- π Remove some workarounds now that pip 21.1 is available. (#1891, #1892)
- π Remove nosetest from our docs. (#1821)
- π Document the macOS ARM workaround for 3.8 on GHA. (#1971)
- π GitLab CI + macOS is now a supported platform with an example. (#1911)
v2.19.1
- π Don't require setup-python on GHA for Pyodide (#1868)
- π Specify full python path for uv (fixes issue in 0.2.10 & 0.2.11) (#1881)
- π Update for pip 24.1b2 on CPython 3.13. (#1879)
- π Fix a warning in our schema generation script. (#1866)
- π Cleaner output on pytest 8-8.2. (#1865)
v2.19.0
See the release post for more info on new features!
- π Add Pyodide platform. Set with
--platform pyodideorCIBW_PLATFORM: pyodideon Linux with a host Python 3.12 to build WebAssembly wheels. Not accepted on PyPI currently, but usable directly in a website using Pyodide, for live docs, etc. (#1456, #1859)- π Add
build[uv]backend, which will take a pre-existing uv install (or installcibuildwheel[uv]) and useuvfor all environment setup and installs on Python 3.8+. This is significantly faster in most cases. (#1856)- β¨ Add free-threaded macOS builds and update CPython to 3.13.0b2. (#1854)
- π Issue copying a wheel to a non-existent output dir fixed. (#1851, #1862)
- π Better determinism for the test environment seeding. (#1835)
- π
VIRTUAL_ENVvariable now set. (#1842)- π Remove a pip<21.3 workaround. (#1842)
- π Error handling was refactored to use exceptions. (#1719)
- π Hardcoded paths in tests avoided. (#1834)
- π Single Python tests made more generic. (#1835)
- π Sped up our ci by splitting up emulation tests. (#1839)
v2.18.1
- π Add free-threaded Linux and Windows builds for 3.13. New identifiers
cp313t-*, new optionCIBW_FREE_THREADED_SUPPORT/tool.cibuildwheel.free-threaded-supportrequired to opt-in. See the docs for more information. (#1831)- β¨ The
container-engineis now a build (non-global) option. (#1792)- π The build backend for cibuildwheel is now hatchling. (#1297)
- π Significant improvements and modernization to our noxfile. (#1823)
- π Use pylint's new GitHub Actions reporter instead of a custom matcher. (#1823)
- π Unpin virtualenv updates for Python 3.7+ (#1830)
- π Fix running linux tests from Windows or macOS ARM. (#1788)
- π Fix our documentation build. (#1821)
... (truncated)
Commits
7e5a838Bump version: v2.19.219e1b8achore: attestations (#1916)73581ae[Bot] Update dependencies (#1917)f21ff5e[pre-commit.ci] pre-commit autoupdate (#1914)973946bfix: support --no-isolation with build[uv] (#1889)5ea40e6[Bot] Update dependencies (#1913)6a36f64feat: add macOS on GitLab (#1911)31de15bchore: remove nosetests from tests and docs (#1898)3179fd2[Bot] Update dependencies (#1900)184d4e1fix(ci): CircleCI / Azure Pipelines / GitLab (#1899)- Additional commits viewable in compare view
Updates actions/download-artifact from 4.1.4 to 4.1.8
Release notes
Sourced from actions/download-artifact's releases.
v4.1.8
What's Changed
- Update
@βactions/artifactversion, bump dependencies by@βrobherleyin actions/download-artifact#341Full Changelog: https://github.com/actions/download-artifact/compare/v4...v4.1.8
v4.1.7
What's Changed
- Update
@βactions/artifactdependency by@βbethanyj28in actions/download-artifact#325Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7
v4.1.6
What's Changed
- updating
@actions/artifactdependency to v2.1.6 by@βeggyheadin actions/download-artifact#324Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.5...v4.1.6
v4.1.5
What's Changed
- Update readme with v3/v2/v1 deprecation notice by
@βrobherleyin actions/download-artifact#322- Update dependencies
@actions/coreto v1.10.1 and@actions/artifactto v2.1.5Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.4...v4.1.5
Commits
fa0a91bMerge pull request #341 from actions/robherley/bump-pkgsb54d088Update@βactions/artifactversion, bump dependencies65a9edcMerge pull request #325 from bethanyj28/mainfdd1595licensedc13dba1update@βactions/artifactdependency0daa75eMerge pull request #324 from actions/eggyhead/use-artifact-v2.1.69c19ed7Merge branch 'main' into eggyhead/use-artifact-v2.1.63d3ea87updating license89af5dbupdating artifact package v2.1.6b4aefffMerge pull request #323 from actions/eggyhead/update-artifact-v215- Additional commits viewable in compare view
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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions