test-woodpecker-python/.woodpecker/build.yaml
phil c24c7dfb03
Some checks failed
ci/woodpecker/push/build Pipeline failed
t9
2025-06-21 15:06:17 +02:00

20 lines
342 B
YAML

when:
- event: push
branch: main
- event: manual
steps:
sync:
image: ghcr.io/astral-sh/uv:alpine
commands:
- uv sync
test:
image: ghcr.io/astral-sh/uv:alpine
commands:
- pytest -s test/basic.py
build:
image: ghcr.io/astral-sh/uv:alpine
commands:
- uv build --wheel
- ls -l dist