transip-client/.woodpecker/build.yaml
sonny 400792922b
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/tests Pipeline was successful
Replace pip-tools with uv
2025-01-04 15:15:00 +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