mirror of
https://github.com/actions/setup-python.git
synced 2025-06-24 12:41:09 +02:00
Add support for pip-version
(#1129)
* Add pip-version input * Update workflow files * Add documentation * Update workflow files
This commit is contained in:
@ -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."
|
||||
|
Reference in New Issue
Block a user