mirror of
https://github.com/actions/setup-python.git
synced 2025-12-21 15:57:10 +00:00
add first clean up work
Signed-off-by: jylenhof <jygithub@lenhof.eu.org>
This commit is contained in:
parent
97aeb3efb8
commit
b2cf62bdce
5 changed files with 50 additions and 6 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue