mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-02-04 01:38:05 +00:00
8 lines
294 B
TypeScript
8 lines
294 B
TypeScript
export const REPO = "uv";
|
|
export const OWNER = "astral-sh";
|
|
export const TOOL_CACHE_NAME = "uv";
|
|
export const STATE_UV_PATH = "uv-path";
|
|
export const STATE_UV_VERSION = "uv-version";
|
|
export const VERSIONS_NDJSON_URL =
|
|
"https://raw.githubusercontent.com/astral-sh/versions/main/v1/uv.ndjson";
|