mirror of
https://github.com/actions/setup-python.git
synced 2025-07-20 08:18:20 +02:00
feat: add ignore-platform-version option to allow install on debian
This commit is contained in:
parent
f677139bbe
commit
427878c2d3
4 changed files with 57509 additions and 78645 deletions
|
@ -26,6 +26,10 @@ inputs:
|
|||
allow-prereleases:
|
||||
description: "When 'true', a version range passed to 'python-version' input will match prerelease versions if no GA versions are found. Only 'x.y' version range is supported for CPython."
|
||||
default: false
|
||||
ignore-platform-version:
|
||||
description: "Ignore the platform version to allow usage on Debian"
|
||||
default: false
|
||||
required: false
|
||||
outputs:
|
||||
python-version:
|
||||
description: "The installed Python or PyPy version. Useful when given a version range as input."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue