diff --git a/action.yml b/action.yml index e469b7b2..86cdaf02 100644 --- a/action.yml +++ b/action.yml @@ -31,6 +31,8 @@ inputs: default: false pip-version: 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 /actions/python-versions/releases// outputs: python-version: description: "The installed Python or PyPy version. Useful when given a version range as input."