mirror of
https://github.com/actions/setup-python.git
synced 2025-07-05 00:53:46 +00:00
Get rid of stable boolean input
This commit is contained in:
parent
d025544791
commit
d6f2ec53d6
8 changed files with 48 additions and 30 deletions
|
@ -8,9 +8,6 @@ inputs:
|
|||
default: '3.x'
|
||||
architecture:
|
||||
description: 'The target architecture (x86, x64) of the Python interpreter.'
|
||||
stable:
|
||||
description: 'Whether to download only stable versions'
|
||||
default: 'true'
|
||||
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