Add input manifest-file (#454)

Adds capability to maintain custom uv builds or to override the default
sources
This commit is contained in:
Kevin Stillhammer
2025-06-18 22:33:20 +02:00
committed by GitHub
parent 7bbb36f434
commit 60cc2b4585
14 changed files with 493 additions and 126 deletions

View File

@ -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."