From ad410b0d86479acd3b5c7c8785fa4def0464f175 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Le=C5=A1t=C3=A1kov=C3=A1=2C=20Michaela?=
 <michaela.lestakova@tu-darmstadt.de>
Date: Sun, 3 Sep 2023 17:37:28 +0200
Subject: [PATCH] remove testpypi

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eba45c7..c293d97 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -55,7 +55,7 @@ build_and_upload:
   script:
     - pip install build twine
     - python3 -m build
-    - TWINE_PASSWORD=${CI_PYPI_TOKEN} TWINE_USERNAME=__token__ python3 -m twine upload --repository testpypi dist/*
+    - TWINE_PASSWORD=${CI_PYPI_TOKEN} TWINE_USERNAME=__token__ python3 -m twine upload dist/*
   rules:
     - if: $CI_COMMIT_TAG
 
-- 
GitLab