transip-client/.woodpecker/build.yaml
Sonny Bakker de73aa3116
Some checks failed
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/push/tests Pipeline failed
Replace pip-tools usage
2024-12-28 14:43:00 +01:00

13 lines
280 B
YAML

when:
- event: push
steps:
- name: development build
image: ghcr.io/astral-sh/uv:python3.11
commands:
- uv run -- transip-listen --help
- name: production build
image: ghcr.io/astral-sh/uv:python3.11
commands:
- uv run -- transip-listen --help