mirror of
https://github.com/actions/setup-python.git
synced 2025-07-21 14:28:21 +02:00
added action output python-install-dir
* also fixed export of python-version for pypy installs
This commit is contained in:
parent
f382193329
commit
7a537682ef
3 changed files with 7 additions and 0 deletions
|
@ -19,6 +19,8 @@ inputs:
|
|||
outputs:
|
||||
python-version:
|
||||
description: "The installed python version. Useful when given a version range as input."
|
||||
python-install-dir:
|
||||
description: "The path where python was installed. (PYTHON_INSTALL_DIR)"
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/setup/index.js'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue