mirror of
https://code.forgejo.org/actions/setup-python
synced 2025-06-09 12:52:20 +02:00
parent
3faddefb4c
commit
869e769ec8
4 changed files with 6 additions and 6 deletions
|
@ -233,7 +233,7 @@ export function findRelease(
|
|||
return {
|
||||
foundAsset,
|
||||
resolvedPythonVersion: foundRelease.python_version,
|
||||
resolvedPyPyVersion: foundRelease.pypy_version
|
||||
resolvedPyPyVersion: foundRelease.pypy_version.trim()
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue