From ef3d968319c9894a5c7505105b3519fa463a42d4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20Loipf=C3=BChrer?= <michael.loipfuehrer@stusta.de>
Date: Sat, 24 Jul 2021 16:07:23 +0200
Subject: [PATCH] fix twine upload

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 10399fd..1cccae1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -118,4 +118,4 @@ publish_job:
     - source .venv/bin/activate
     - pip install -U twine
   script:
-    - python -m twine upload dist/*
\ No newline at end of file
+    - python -m twine upload dist/* -u $TWINE_USERNAME -p $TWINE_PASSWORD --non-interactive
\ No newline at end of file
-- 
GitLab