googleapis / python-crc32c

Apache License 2.0
22 stars 25 forks source link

chore(deps): update pypa/cibuildwheel action to v2.5.0 #132

Closed renovate-bot closed 2 years ago

renovate-bot commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
pypa/cibuildwheel action minor v2.4.0 -> 2.5.0

Release Notes

pypa/cibuildwheel ### [`v2.5.0`](https://togithub.com/pypa/cibuildwheel/releases/2.5.0) [Compare Source](https://togithub.com/pypa/cibuildwheel/compare/v2.5.0...v2.5.0) - ✨ Added support for building ABI3 wheels. cibuildwheel will now recognise when an ABI3 wheel was produced, and skip subsequent build steps where the previously built wheel is compatible. Tests still will run on all selected versions of Python, using the ABI3 wheel. Check [this entry](https://cibuildwheel.readthedocs.io/en/stable/faq/#abi3) in the docs for more info. ([#​1091](https://togithub.com/pypa/cibuildwheel/issues/1091)) - ✨ You can now build wheels directly from sdist archives, in addition to source directories. Just call cibuildwheel with an sdist argument on the command line, like `cibuildwheel mypackage-1.0.0.tar.gz`. For more details, check the [`--help` output](https://cibuildwheel.readthedocs.io/en/stable/options/#command-line) ([#​1096](https://togithub.com/pypa/cibuildwheel/issues/1096)) - 🐛 Fix a bug where cibuildwheel would crash when no builds are selected and `--allow-empty` is passed ([#​1086](https://togithub.com/pypa/cibuildwheel/issues/1086)) - 🐛 Workaround a permissions issue on Linux relating to newer versions of git and setuptools_scm ([#​1095](https://togithub.com/pypa/cibuildwheel/issues/1095)) - 📚 Minor docs improvements ### [`v2.5.0`](https://togithub.com/pypa/cibuildwheel/compare/v2.4.0...v2.5.0) [Compare Source](https://togithub.com/pypa/cibuildwheel/compare/v2.4.0...v2.5.0)

Configuration

📅 Schedule: 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 WhiteSource Renovate. View repository job log here.