mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 07:22:14 +00:00
Add pyton-version to setup PyPy output
This commit is contained in:
parent
9c644ca2ab
commit
c8e3705639
2 changed files with 124 additions and 0 deletions
123
dist/setup/index.js
vendored
123
dist/setup/index.js
vendored
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};
|
return {installDir, resolvedPythonVersion, resolvedPyPyVersion};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue