Setup uv and Handle Its Cache
Version updated for hynek/setup-cached-uv to version v1.2.0.
- This action is used across all versions by 19 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
Added
Option to conditionally disable caching by setting
if-use-cache
to anything else than'true'
.uv is increadibly fast at installing wheels, while GitHub Actions’s caching is rather slow. But it’s still faster than building missing wheels for exotic platforms (say, PyPy).
This option allows you activate caching only when it’s helpful. #6