From e007a34ca8b042fee724e4fbe6760f15f594b9c1 Mon Sep 17 00:00:00 2001
From: Pirklbauer <jan.pirklbauer@tu-bs.de>
Date: Tue, 9 Jan 2024 14:22:57 +0100
Subject: [PATCH] added wheel

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 352bbf6..bf85bfe 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,7 +24,7 @@ before_script:
 build:
   stage: build
   script:
-    - pip install setuptools
+    - pip install setuptools wheel
     - python setup.py sdist bdist_wheel
 
 test:
-- 
GitLab