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:
Kevin Stillhammer 2026-01-06 16:50:24 +01:00
parent 11050edb83
commit 1383ecc3ce
No known key found for this signature in database
10 changed files with 302 additions and 239 deletions

View file

@ -69,3 +69,7 @@ outputs:
type: string
venv:
type: string
python-version:
type: string
python-cache-hit:
type: boolean