Update .gitlab-ci.yml file
This commit is contained in:
parent
7e46f89950
commit
11571f90ec
1 changed files with 6 additions and 1 deletions
|
|
@ -12,6 +12,7 @@ variables:
|
|||
|
||||
stages:
|
||||
- test
|
||||
- publish
|
||||
|
||||
test:
|
||||
# image: python313
|
||||
|
|
@ -23,5 +24,9 @@ test:
|
|||
- uv sync --frozen
|
||||
- source .venv/bin/activate
|
||||
- python unittests.py
|
||||
pubish:
|
||||
image: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER
|
||||
script:
|
||||
- uv build
|
||||
- uv publish
|
||||
|
||||
# Test
|
||||
Loading…
Add table
Add a link
Reference in a new issue