add check-latest for python versions

This commit is contained in:
Dmitry Shibanov 2022-05-04 11:40:08 +02:00
parent c57f79353b
commit 4841389b47
9 changed files with 2136 additions and 1635 deletions

View file

@ -11,6 +11,9 @@ inputs:
required: false
architecture:
description: 'The target architecture (x86, x64) of the Python interpreter.'
check-latest:
description: 'Set this option if you want the action to check for the latest available version that satisfies the version spec.'
default: false
token:
description: Used to pull python distributions from actions/python-versions. Since there's a default, this is typically not supplied by the user.
default: ${{ github.token }}