mirror of
https://github.com/actions/setup-python.git
synced 2025-08-27 11:14:15 +00:00
Added new input
This commit is contained in:
parent
0483a0696e
commit
d2dd15a2ba
@ -31,6 +31,8 @@ inputs:
|
|||||||
default: false
|
default: false
|
||||||
pip-version:
|
pip-version:
|
||||||
description: "Used to specify the version of pip to install with the Python. Supported format: major[.minor][.patch]."
|
description: "Used to specify the version of pip to install with the Python. Supported format: major[.minor][.patch]."
|
||||||
|
python_download_base_url:
|
||||||
|
description: "Used to specify an alternative base URL to download the python releases instead of github.com. The Action will try to download the python releases from <python_download_base_url>/actions/python-versions/releases/<release version>/<python version tar file>
|
||||||
outputs:
|
outputs:
|
||||||
python-version:
|
python-version:
|
||||||
description: "The installed Python or PyPy version. Useful when given a version range as input."
|
description: "The installed Python or PyPy version. Useful when given a version range as input."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user