github astral-sh/setup-uv v7.2.0
v7.2.0 🌈 add outputs python-version and python-cache-hit

latest releases: v7.2, v7
4 days ago

Changes

Among some minor typo fixes and quality of life features for developers of actions the main feature of this release are new outputs:

  • python-version: The Python version that was set (same content as existing UV_PYTHON)
  • python-cache-hit: A boolean value to indicate the Python cache entry was found

While implementing this it became clear, that it is easier to handle the Python binaries in a separate cache entry. The added benefit for users is that the "normal" cache containing the dependencies can be used in all runs no matter if these cache the Python binaries or not.

Note

This release will invalidate caches that contain the Python binaries. This happens a single time.

🐛 Bug fixes

  • chore: remove stray space from UV_PYTHON_INSTALL_DIR message @akx (#720)

🚀 Enhancements

🧰 Maintenance

⬆️ Dependency updates

Don't miss a new setup-uv release

NewReleases is sending notifications on new releases.