mirror of
https://github.com/actions/setup-python.git
synced 2025-07-26 02:18:20 +02:00
parent
5f2af211d6
commit
2d235cd868
3 changed files with 14 additions and 0 deletions
|
@ -29,6 +29,8 @@ inputs:
|
|||
outputs:
|
||||
python-version:
|
||||
description: "The installed Python or PyPy version. Useful when given a version range as input."
|
||||
python-versions:
|
||||
description: "A comma-separated list of all installed Python implementations and versions. Useful for cache-busting."
|
||||
cache-hit:
|
||||
description: "A boolean value to indicate a cache entry was found"
|
||||
python-path:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue