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

23 lines
413 B
YAML

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