parent
7adba760c1
commit
fffec11bf4
1 changed files with 13 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue