mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-12-25 11:04:24 +00:00
6 lines
183 B
TypeScript
6 lines
183 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";
|