mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-04-10 04:14:18 +00:00
Add input manifest-file (#454)
Adds capability to maintain custom uv builds or to override the default sources
This commit is contained in:
parent
7bbb36f434
commit
60cc2b4585
14 changed files with 493 additions and 126 deletions
|
|
@ -19,7 +19,7 @@ inputs:
|
|||
description: "The checksum of the uv version to install"
|
||||
required: false
|
||||
server-url:
|
||||
description: "The server url to use when downloading uv"
|
||||
description: "(Deprecated) The server url to use when downloading uv"
|
||||
required: false
|
||||
default: "https://github.com"
|
||||
github-token:
|
||||
|
|
@ -62,6 +62,9 @@ inputs:
|
|||
tool-bin-dir:
|
||||
description: "Custom path to set UV_TOOL_BIN_DIR to."
|
||||
required: false
|
||||
manifest-file:
|
||||
description: "URL to the manifest file containing available versions and download URLs."
|
||||
required: false
|
||||
outputs:
|
||||
uv-version:
|
||||
description: "The installed uv version. Useful when using latest."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue