From 7c8d616269c502a99daf0fb4c882664e5e3b5ce3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Mon, 30 Sep 2024 11:41:16 +0200
Subject: [PATCH] lighter build

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b814cb67..fa6270c8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -62,7 +62,7 @@ test_python311:
 build_python:
   stage: build
   before_script:
-    - pip install --break-system-packages --upgrade Cython setuptools pip twine
+    - pip install --break-system-packages --upgrade setuptools pip twine
   script:
     - python setup.py bdist_wheel
     - mv dist/*.whl .
-- 
GitLab