You've already forked setup-python
mirror of
https://github.com/actions/setup-python.git
synced 2025-07-20 05:43:27 +07:00
Use distinct cache key for free threaded Python
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user