add support for python-version-file

This commit is contained in:
Andrew DiLosa 2022-02-09 19:04:18 -08:00
parent 7f80679172
commit 5d2a3532c1
5 changed files with 89 additions and 2 deletions

View file

@ -6,6 +6,8 @@ inputs:
python-version:
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"
cache:
description: 'Used to specify a package manager for caching in the default directory. Supported values: pip, pipenv.'
required: false