mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-04-16 08:30:10 +00:00
add outputs python-version and python-cache-hit
This commit splits up the "normal" cache containing the dependencies and the "python" cache containing the python binaries. This will lead to a one-time invalidation of caches.
This commit is contained in:
parent
11050edb83
commit
1383ecc3ce
10 changed files with 302 additions and 239 deletions
|
|
@ -93,6 +93,10 @@ outputs:
|
|||
description: "The cache key used for storing/restoring the cache"
|
||||
venv:
|
||||
description: "Path to the activated venv if activate-environment is true"
|
||||
python-version:
|
||||
description: "The Python version that was set."
|
||||
python-cache-hit:
|
||||
description: "A boolean value to indicate the Python cache entry was found"
|
||||
runs:
|
||||
using: "node24"
|
||||
main: "dist/setup/index.js"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue