mirror of
https://github.com/actions/setup-python.git
synced 2025-04-19 19:33:29 +00:00
Update action.yml
This commit is contained in:
parent
5d2a3532c1
commit
5f05e1d6d7
@ -7,7 +7,7 @@ inputs:
|
||||
description: "Version range or exact version of a Python version to use, using SemVer's version range syntax."
|
||||
default: '3.x'
|
||||
python-version-file:
|
||||
description: "File containing the Python version to use. Examples: .python-version"
|
||||
description: "File containing the Python version to use. This overrides 'python-version' if specified. Examples: .python-version"
|
||||
cache:
|
||||
description: 'Used to specify a package manager for caching in the default directory. Supported values: pip, pipenv.'
|
||||
required: false
|
||||
|
Loading…
Reference in New Issue
Block a user