Add input python-version (#174)

This commit is contained in:
Kevin Stillhammer
2024-11-28 21:41:37 +01:00
committed by GitHub
parent 420915557e
commit ee4fa33003
7 changed files with 44 additions and 8 deletions

View File

@ -6,6 +6,9 @@ inputs:
version:
description: "The version of uv to install"
default: "latest"
python-version:
description: "The version of Python to set UV_PYTHON to"
required: false
checksum:
description: "The checksum of the uv version to install"
required: false