mirror of
https://gitcode.com/gh_mirrors/se/setup-uv.git
synced 2026-07-03 10:37:35 +00:00
f610be5ff9
To prevent waiting forever on other running uv processes
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";
|