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
🚀 Enhancements
- add outputs python-version and python-cache-hit @eifinger (#728)
- Add action typings with validation @krzema12 (#721)
🧰 Maintenance
- fix: use uv_build backend for old-python-constraint-project @eifinger (#729)
- chore: update known checksums for 0.9.22 @github-actions[bot] (#727)
- chore: update known checksums for 0.9.21 @github-actions[bot] (#726)
- chore: update known checksums for 0.9.20 @github-actions[bot] (#725)
- chore: update known checksums for 0.9.18 @github-actions[bot] (#718)
⬆️ Dependency updates
- Bump peter-evans/create-pull-request from 7.0.9 to 8.0.0 @dependabot[bot] (#719)
- Bump github/codeql-action from 4.31.6 to 4.31.9 @dependabot[bot] (#723)