test-woodpecker-python/.woodpecker/build.yaml

11 lines
134 B
YAML
Raw Normal View History

2025-06-20 19:03:22 +02:00
when:
- event: push
branch: main
steps:
- name: build
2025-06-20 19:24:43 +02:00
image: ghcr.io/astral-sh/uv:alpine
2025-06-20 19:03:22 +02:00
commands:
2025-06-20 19:24:43 +02:00
- uv build
2025-06-20 19:03:22 +02:00