transip-client/.woodpecker/build.yaml
Sonny Bakker e85d0d8f8d
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/tests Pipeline was successful
Replace pip-tools usage
2024-12-28 14:47:35 +01:00

13 lines
298 B
YAML

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