astral-sh-setup-uv/src/utils/constants.ts
Kevin Stillhammer 4e74231eb7
Use --force when pruning cache
To prevent waiting forever on other running uv processes
2025-10-07 09:37:52 +02:00

5 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";