Setup
uv | setup ¶
Python project location (path to the
pyproject.tomlfolder).Required Python version.
Installs a Python project via the uv build
system and the associated pyproject.toml file.
Caching is performed against the uv.lock file and source code.
Important
Assumes the following Project folder structure:
Inputs: ¤
| Name | Description |
|---|---|
working-directory
¤
|
Python project location (path to the |
python-version
¤
|
Required Python version. |
ssh-known-hosts
¤
|
Hosts to be added to the |
ssh-private-keys
¤
|
SSH private keys. |
init-script
¤
|
Path to a preambulatory script for initialising any special dependencies. |