mirror of
https://gitcode.com/gh_mirrors/se/setup-uv.git
synced 2026-07-03 02:27:53 +00: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";
|