add first clean up work

Signed-off-by: jylenhof <jygithub@lenhof.eu.org>
This commit is contained in:
jylenhof 2025-11-16 00:30:29 +01:00
parent 97aeb3efb8
commit b2cf62bdce
5 changed files with 50 additions and 6 deletions

View file

@ -33,6 +33,12 @@ inputs:
description: "Used to specify the version of pip to install with the Python. Supported format: major[.minor][.patch]."
pip-install:
description: "Used to specify the packages to install with pip after setting up Python. Can be a requirements file or package names."
preclean-pip:
description: "When 'true', removes all existing pip packages before installing new ones."
default: false
postclean-pip:
description: "When 'true', removes all pip packages installed by this action after the action completes."
default: false
outputs:
python-version:
description: "The installed Python or PyPy version. Useful when given a version range as input."