github astral-sh/setup-uv v9.0.0
v9.0.0 🌈 Change `prune-cache` default to `false`

9 hours ago

Changes

This release disables the default cache cache pruning to ease the load on the PyPi infrastructure.
Since users might experience more GitHub Actions cache usage which might result in higher costs this is marked as a breaking change. To read more on why we did this (now) you can read the detailed analysis and reasoning in #967

Besides this big breaking change we also have a small bugfix while building caches for linux distributions that behave a big different than the "big ones" and a speed up in version resolution by only reading the version manifest until a matching version is found saving runtime and network bandwith.

🚨 Breaking changes

🐛 Bug fixes

  • fix: fall back to distribution ID when os-release has no version field @cxzhong (#961)

🚀 Enhancements

  • Speed up version client by partial response reads @eifinger (#807)

🧰 Maintenance

📚 Documentation

⬆️ Dependency updates

Don't miss a new setup-uv release

NewReleases is sending notifications on new releases.