Add pyton-version to setup PyPy output
This commit is contained in:
parent
9c644ca2ab
commit
c8e3705639
File diff suppressed because one or more lines are too long
|
|
@ -90,6 +90,7 @@ export function findPyPyToolCache(
|
|||
);
|
||||
}
|
||||
|
||||
core.setOutput('python-version', 'pypy' + resolvedPyPyVersion);
|
||||
return {installDir, resolvedPythonVersion, resolvedPyPyVersion};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue