mirror of
https://github.com/actions/setup-python.git
synced 2025-07-21 19:48:20 +02:00
rebuild all code
This commit is contained in:
parent
262e11fdfd
commit
b68f05c8bb
11 changed files with 550 additions and 267 deletions
|
@ -14,6 +14,8 @@ inputs:
|
|||
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 }}
|
||||
cache-dependency-path:
|
||||
description: 'Used to specify the path to a dependency files. Supports wildcards or a list of file names for caching multiple dependencies.'
|
||||
outputs:
|
||||
python-version:
|
||||
description: "The installed python version. Useful when given a version range as input."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue