mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-07-04 03:19:31 +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
|
|
@ -7,7 +7,7 @@ inputs:
|
|||
description: "The version of uv to install e.g., `0.5.0` Defaults to the version in pyproject.toml or 'latest'."
|
||||
default: ""
|
||||
version-file:
|
||||
description: "Path to a file containing the version of uv to install. Defaults to searching for uv.toml and if not found pyproject.toml."
|
||||
description: "Path to a file containing the version of uv to install, e.g., uv.toml, pyproject.toml, .tool-versions, requirements.txt or uv.lock. Defaults to searching for uv.toml and if not found pyproject.toml."
|
||||
default: ""
|
||||
python-version:
|
||||
description: "The version of Python to set UV_PYTHON to"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue