Add pip-version input

This commit is contained in:
Priyagupta108 2025-06-05 12:31:42 +05:30
parent 5db1cf9a59
commit 0ba3db92d7
3 changed files with 44 additions and 0 deletions

View file

@ -29,6 +29,8 @@ inputs:
freethreaded:
description: "When 'true', use the freethreaded version of Python."
default: false
pip-version:
description: "Used to specify the version of pip to install with the Python. Supported format: major[.minor][.patch]."
outputs:
python-version:
description: "The installed Python or PyPy version. Useful when given a version range as input."