output installed version number after setup (#51)

* output installed version number after setup

* set output for the installed version
This commit is contained in:
Robin Daumann
2020-03-09 08:18:12 +01:00
committed by GitHub
parent ebe4d7eb5f
commit f8fb48e9f7
4 changed files with 2784 additions and 4029 deletions

View File

@ -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'