Mypycify & Build Python Wheel
Version updated for https://github.com/BobTheBuidler/mypycify to version v0.3.0.
- 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 accelerates Python wheel builds in CI pipelines by leveraging caching strategies for build artifacts, compiler cache, and dependencies. It automates tasks such as setting up Python, caching/retrieving build data, compiling wheels, and managing build outputs as artifacts, significantly reducing build times for repeated runs. Additionally, it provides optional features like source file normalization and automated commit/PR creation for efficient CI workflows.
Release notes
What’s Changed
- fix: deduplicate
build-fromin artifact key by @BobTheBuidler in https://github.com/BobTheBuidler/mypycify/pull/29 - fix: include system architecture in artifact name key by @BobTheBuidler in https://github.com/BobTheBuidler/mypycify/pull/28
Full Changelog: https://github.com/BobTheBuidler/mypycify/compare/v0.2.6...v0.3.0