test-woodpecker-python/.woodpecker/build.yaml
phil fffec11bf4
Some checks failed
ci/woodpecker/push/build Pipeline failed
t7
2025-06-21 14:52:59 +02:00

21 lines
368 B
YAML

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