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:
parent
ca5ddd015e
commit
4c810afe20
9 changed files with 124 additions and 11 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue