added action output python-install-dir

* also fixed export of python-version for pypy installs
This commit is contained in:
Andreas Reischuck 2021-12-05 15:45:38 +01:00
parent f382193329
commit 7a537682ef
3 changed files with 7 additions and 0 deletions

View file

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