Mypycify & Build Python Wheel
Version updated for https://github.com/BobTheBuidler/mypycify to version v0.3.2.
- This action is used across all versions by 11 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The mypycify GitHub Action is designed to optimize Python wheel builds in CI workflows by leveraging caching strategies to speed up repeated builds. It automates tasks such as setting up Python, managing compiler and build artifact caches, building wheels, and uploading them for use in subsequent jobs or releases. By significantly reducing build times and providing flexible caching and artifact management, it streamlines CI processes for Python projects, particularly those involving native extensions.
Release notes
What’s Changed
- perf: skip redundant ccache saves (rebased) by @BobTheBuidler in https://github.com/BobTheBuidler/mypycify/pull/41
Full Changelog: https://github.com/BobTheBuidler/mypycify/compare/v0.3.1...v0.3.2