From fffec11bf490e531542054e9d798d5b0da43cc75 Mon Sep 17 00:00:00 2001 From: phil Date: Sat, 21 Jun 2025 14:52:59 +0200 Subject: [PATCH] t7 --- .woodpecker/build.yaml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) 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