parent
7adba760c1
commit
fffec11bf4
1 changed files with 13 additions and 2 deletions
|
@ -1,10 +1,21 @@
|
||||||
when:
|
when:
|
||||||
- event: push
|
- event: push
|
||||||
branch: main
|
branch: main
|
||||||
|
- event: manual
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
sync:
|
||||||
image: ghcr.io/astral-sh/uv:alpine
|
image: ghcr.io/astral-sh/uv:alpine
|
||||||
commands:
|
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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue