mirror of
https://github.com/actions/setup-python
synced 2025-04-05 06:49:43 +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:
@ -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'
|
||||
|
Reference in New Issue
Block a user