t7
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
phil 2025-06-21 14:52:59 +02:00
parent 7adba760c1
commit fffec11bf4

View file

@ -1,10 +1,21 @@
when:
- event: push
branch: main
- event: manual
steps:
- name: build
sync:
image: ghcr.io/astral-sh/uv:alpine
commands:
- uv build
- 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