Add pyton-version to setup PyPy output

This commit is contained in:
Sergey Dolin 2022-03-31 09:52:41 +05:00
parent 9c644ca2ab
commit c8e3705639
2 changed files with 124 additions and 0 deletions

123
dist/setup/index.js vendored

File diff suppressed because one or more lines are too long

View file

@ -90,6 +90,7 @@ export function findPyPyToolCache(
);
}
core.setOutput('python-version', 'pypy' + resolvedPyPyVersion);
return {installDir, resolvedPythonVersion, resolvedPyPyVersion};
}