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:
|
stages:
|
||||||
- test
|
- test
|
||||||
|
- publish
|
||||||
|
|
||||||
test:
|
test:
|
||||||
# image: python313
|
# image: python313
|
||||||
|
|
@ -23,5 +24,9 @@ test:
|
||||||
- uv sync --frozen
|
- uv sync --frozen
|
||||||
- source .venv/bin/activate
|
- source .venv/bin/activate
|
||||||
- python unittests.py
|
- 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