Skip to content

v1.2.0

Compare
Choose a tag to compare
@hynek hynek released this 22 Jul 07:46
· 38 commits to main since this release
v1.2.0
f364dae

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