diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5a71524..dcffcc3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 \ No newline at end of file