mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-01-15 08:11:50 +00:00
5 lines
137 B
TypeScript
5 lines
137 B
TypeScript
export const REPO = "uv";
|
|
export const OWNER = "astral-sh";
|
|
export const TOOL_CACHE_NAME = "uv";
|
|
export const STATE_UV_PATH = "uv-path";
|