From d9271e6e5d95cdde88fb1952a962d45107615a94 Mon Sep 17 00:00:00 2001
From: Pirklbauer <jan.pirklbauer@tu-bs.de>
Date: Tue, 9 Jan 2024 14:21:20 +0100
Subject: [PATCH] typo in .gitlab-ci.yml

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

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