This release adds support to derive the version of uv to be installed from pyproject.toml
and uv.toml
files.
If no version
input is defined the default is now to look for a required-version in uv.toml
and then pyproject.toml
in the repository root. If it cannot find any it falls back to latest
.
If your files are at a different place you can use the new inputs uv-file
or pyproject-file
.
🐛 Bug fixes
- Add venv/bin as absolute path to PATH @op (#241)
- fix: make sure VIRTUAL_ENV is an absolute path @samypr100 (#224)
🚀 Enhancements
🧰 Maintenance
- chore: update known checksums for 0.5.20 @github-actions (#238)
- chore: update known checksums for 0.5.19 @github-actions (#237)
- chore: update known checksums for 0.5.18 @github-actions (#232)
- chore: update known checksums for 0.5.17 @github-actions (#231)
- chore: update known checksums for 0.5.16 @github-actions (#228)
- chore: update known checksums for 0.5.15 @github-actions (#225)
- chore: update known checksums for 0.5.14 @github-actions (#222)
- chore: update known checksums for 0.5.12 @github-actions (#214)
📚 Documentation
⬆️ Dependency updates
- Bump @octokit/rest from 21.0.2 to 21.1.0 @dependabot (#229)
- Bump typescript from 5.7.2 to 5.7.3 @dependabot (#230)
- Bump @types/node from 22.10.5 to 22.10.6 @dependabot (#236)
- Bump @types/node from 22.10.3 to 22.10.5 @dependabot (#223)
- Bump @types/node from 22.10.2 to 22.10.3 @dependabot (#220)
- Bump peter-evans/create-pull-request from 7.0.5 to 7.0.6 @dependabot (#218)