mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-04-22 11:55:44 +00:00
parent
c893ac1cb2
commit
b75ff7d7b8
13 changed files with 369 additions and 136 deletions
|
|
@ -6,6 +6,9 @@ inputs:
|
|||
version:
|
||||
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."
|
||||
default: ""
|
||||
python-version:
|
||||
description: "The version of Python to set UV_PYTHON to"
|
||||
required: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue