cache-python-deps
Version updated for https://github.com/re-actors/cache-python-deps to version v1.0.1.
- This action is used across all versions by 24 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the management of ABI-sensitive Python dependencies by caching them based on a hash derived from dependency declaration files. It solves the problem of reusing cached dependencies when the Python runtime or ABI stability changes, reducing build times and improving CI/CD efficiency. The action is designed to be used instead of the default cache input in actions/setup-python.
What’s Changed
So @webknjaz just returned from EuroPython 2026 last week and remembered to release this⦠Have fun ;)
π οΈ Internals
actions/cache got bumped to v6 and now runs under Node.js 24. No more runtime warnings. Yay!
πͺ New Contributors
- @Spacetownπ° reminded me to bump an internal action call in #1
πͺ Full Diff: https://github.com/re-actors/cache-python-deps/compare/v1.0.0...v1.0.1
π§ββοΈ Release Manager: @webknjaz πΊπ¦
π¬ Discuss on GitHub.