mirror of
https://github.com/actions/setup-python.git
synced 2025-06-27 21:23:48 +00:00
output installed version number after setup (#51)
* output installed version number after setup * set output for the installed version
This commit is contained in:
parent
ebe4d7eb5f
commit
f8fb48e9f7
4 changed files with 2784 additions and 4029 deletions
|
@ -9,6 +9,9 @@ inputs:
|
|||
architecture:
|
||||
description: 'The target architecture (x86, x64) of the Python interpreter.'
|
||||
default: 'x64'
|
||||
outputs:
|
||||
python-version:
|
||||
description: "The installed python version. Useful when given a version range as input."
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/index.js'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue