mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-06-30 23:19:41 +02:00
f2859da213
Fixes: #519
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";
|