mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-07-29 09:10:31 +00:00
committed by
GitHub
parent
c893ac1cb2
commit
b75ff7d7b8
@ -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
|
||||
|
Reference in New Issue
Block a user