Files
setup-uv/src/utils/constants.ts
T
Kevin Stillhammer b463f5b8ca
Update Major Minor Tags / Make sure major and minor tags are up to date on a patch release (push) Has been cancelled
rename utils/utils.ts to constants.ts (#59)
2024-09-07 12:13:50 +00:00

4 lines
97 B
TypeScript

export const REPO = "uv";
export const OWNER = "astral-sh";
export const TOOL_CACHE_NAME = "uv";