mirror of
https://github.com/actions/setup-python.git
synced 2024-11-10 05:41:06 +07:00
Change yml and rebuild action
This commit is contained in:
parent
0d94a5d71e
commit
b2241a4754
@ -4,7 +4,7 @@ description: 'Set up a specific version of Python and add the command-line tools
|
|||||||
author: 'GitHub'
|
author: 'GitHub'
|
||||||
inputs:
|
inputs:
|
||||||
python-version:
|
python-version:
|
||||||
description: "Version range or exact version of Python/PyPy to use, using SemVer's version range syntax."
|
description: "Version range or exact version of Python/PyPy to use, using SemVer's version range syntax. Reads from .python-version if unset."
|
||||||
python-version-file:
|
python-version-file:
|
||||||
description: "File containing the Python version to use. Example: .python-version"
|
description: "File containing the Python version to use. Example: .python-version"
|
||||||
cache:
|
cache:
|
||||||
|
Loading…
Reference in New Issue
Block a user