v1.2.0
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