Update action.yml

This commit is contained in:
Andrew DiLosa 2022-03-03 18:02:53 -08:00 committed by GitHub
parent 5d2a3532c1
commit 5f05e1d6d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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