mirror of
https://github.com/actions/setup-python.git
synced 2025-07-01 23:23:46 +00:00
add check-latest for python versions
This commit is contained in:
parent
c57f79353b
commit
4841389b47
9 changed files with 2136 additions and 1635 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue