12
0
Fork 0
mirror of https://github.com/astral-sh/setup-uv.git synced 2026-07-03 19:09:30 +00:00

feat: support uv.lock as a version-file source

This commit is contained in:
somaz 2026-06-12 15:25:07 +09:00
parent ca5ddd015e
commit 4c810afe20
9 changed files with 124 additions and 11 deletions

View file

@ -47,7 +47,7 @@ Have a look under [Advanced Configuration](#advanced-configuration) for detailed
# The version of uv to install (default: searches for version in config files, then latest)
version: ""
# Path to a file containing the version of uv to install (default: searches uv.toml then pyproject.toml)
# Path to a file containing the version of uv to install, e.g., uv.toml, pyproject.toml, .tool-versions, requirements.txt or uv.lock (default: searches uv.toml then pyproject.toml)
version-file: ""
# Resolution strategy when resolving version ranges: 'highest' or 'lowest'