Mypycify & Build Python Wheel
Version updated for https://github.com/BobTheBuidler/mypycify to version v0.3.1.
- 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 implementing caching strategies for build artifacts, compiler cache, and optional dependencies. It automates the setup of Python, caching, wheel building, and artifact management, significantly reducing build times for repeated runs. Additionally, it supports customizable configurations and optional features like source normalization and commit/PR automation, making it versatile for various Python projects.
Release notes
What’s Changed
- perf: skip redundant mypy cache saves by @BobTheBuidler in https://github.com/BobTheBuidler/mypycify/pull/36
- perf: avoid locking on wheel cache hits by @BobTheBuidler in https://github.com/BobTheBuidler/mypycify/pull/35
- chore(deps): update bobthebuidler/poosh action to v0.0.9 by @renovate[bot] in https://github.com/BobTheBuidler/mypycify/pull/30
- chore(deps): update bobthebuidler/poosh action to v0.0.10 by @renovate[bot] in https://github.com/BobTheBuidler/mypycify/pull/40
Full Changelog: https://github.com/BobTheBuidler/mypycify/compare/v0.3.0...v0.3.1