From 04a088c3e810cffe86376a9a08ed8710dd2ff897 Mon Sep 17 00:00:00 2001 From: jaseg Date: Mon, 8 Dec 2025 12:00:22 +0100 Subject: [PATCH] Update gitlab CI for uv build --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 04cd47e..7abb299 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,8 +14,8 @@ build:archlinux: GIT_SUBMODULE_STRATEGY: none script: - git config --global --add safe.directory "$CI_PROJECT_DIR" - - pip3 install --user --break-system-packages wheel setuptools - - python3 setup.py sdist bdist_wheel + - pip3 install --user --break-system-packages uv + - ~/.local/bin/uv build artifacts: name: "gerbolyze-$CI_COMMIT_REF_NAME-gerbonara" paths: