Update .gitlab-ci.yml file
This commit is contained in:
parent
11571f90ec
commit
85ed023f80
1 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,8 @@ test:
|
|||
- source .venv/bin/activate
|
||||
- python unittests.py
|
||||
pubish:
|
||||
needs:
|
||||
- test
|
||||
image: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER
|
||||
script:
|
||||
- uv build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue