mirror of
https://code.forgejo.org/actions/setup-python
synced 2025-06-17 08:24:10 +02:00
Use distinct cache key for free threaded Python
This commit is contained in:
parent
1ec1b0d2bd
commit
8f1f09d543
2 changed files with 2 additions and 2 deletions
|
@ -173,7 +173,7 @@ export async function useCpythonVersion(
|
|||
core.setOutput('python-version', pythonVersion);
|
||||
core.setOutput('python-path', pythonPath);
|
||||
|
||||
return {impl: 'CPython', version: installed};
|
||||
return {impl: 'CPython', version: pythonVersion};
|
||||
}
|
||||
|
||||
/* Desugar free threaded and dev versions */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue