mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-04-07 11:06:54 +00:00
parent
f67343ac2e
commit
dc724a12b6
8 changed files with 149 additions and 9 deletions
|
|
@ -8,6 +8,8 @@ export const pythonVersion = core.getInput("python-version");
|
|||
export const activateEnvironment = core.getBooleanInput("activate-environment");
|
||||
export const checkSum = core.getInput("checksum");
|
||||
export const enableCache = getEnableCache();
|
||||
export const restoreCache = core.getInput("restore-cache") === "true";
|
||||
export const saveCache = core.getInput("save-cache") === "true";
|
||||
export const cacheSuffix = core.getInput("cache-suffix") || "";
|
||||
export const cacheLocalPath = getCacheLocalPath();
|
||||
export const cacheDependencyGlob = getCacheDependencyGlob();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue