Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update pypa/cibuildwheel action to v2.17.0 #615

Merged
merged 1 commit into from
Mar 11, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 11, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
pypa/cibuildwheel action minor v2.16.5 -> v2.17.0

Release Notes

pypa/cibuildwheel (pypa/cibuildwheel)

v2.17.0

Compare Source

  • 🌟 Adds the ability to inherit configuration in TOML overrides. This makes certain configurations much simpler. If you're overriding an option like before-build or environment, and you just want to add an extra command or environment variable, you can just append (or prepend) to the previous config. See the docs for more information. (#​1730)
  • 🌟 Adds official support for native arm64 macOS GitHub runners. To use them, just specify macos-14 as an os of your job in your workflow file. You can also keep macos-13 in your build matrix to build x86_64. Check out the new GitHub Actions example config.
  • ✨ You no longer need to specify --platform to run cibuildwheel locally! Instead it will detect your platform automatically. This was a safety feature, no longer necessary. (#​1727)
  • πŸ›  Removed setuptools and wheel pinned versions. This only affects old-style projects without a pyproject.toml, projects with pyproject.toml are already getting fresh versions of their build-system.requires installed into an isolated environment. (#​1725)
  • πŸ›  Improve how the GitHub Action passes arguments (#​1757)
  • πŸ›  Remove a system-wide install of pipx in the GitHub Action (#​1745)
  • πŸ› No longer will cibuildwheel override the PIP_CONSTRAINT environment variable when using the build frontend. Instead it will be extended. (#​1675)
  • πŸ› Fix a bug where building and testing both x86_86 and arm64 wheels on the same runner caused the wrong architectures in the test environment (#​1750)
  • πŸ› Fix a bug that prevented testing a CPython 3.8 wheel targeting macOS 11+ on x86_64 (#​1768)
  • πŸ“š Moved the docs onto the official PyPA domain - they're now available at https://cibuildwheel.pypa.io . (#​1775)
  • πŸ“š Docs and examples improvements (#​1762, #​1734)

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@JP-Ellis JP-Ellis merged commit 4bcf8f4 into master Mar 11, 2024
26 of 27 checks passed
@JP-Ellis JP-Ellis deleted the renovate/pypa-cibuildwheel-2.x branch March 11, 2024 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant