diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index 765e644..d257c1f 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -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