Initial preparation to add support for poetry

This commit is contained in:
Patrick Arminio
2021-11-24 14:50:35 +00:00
parent 6c048c7558
commit 18c67b44e4
3 changed files with 41 additions and 6 deletions

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'
cache:
description: 'Used to specify a package manager for caching in the default directory. Supported values: pip, pipenv.'
description: 'Used to specify a package manager for caching in the default directory. Supported values: pip, pipenv, poetry.'
required: false
architecture:
description: 'The target architecture (x86, x64) of the Python interpreter.'