From e2911099891613127db3b0ec28bd8ef656d017b1 Mon Sep 17 00:00:00 2001
From: Bjoern Ludwig <bjoern.ludwig@ptb.de>
Date: Sat, 21 Jan 2023 12:25:26 +0100
Subject: [PATCH] ci(release): remove poetry from release job after introducing
 poetry build as build command

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index db5538b..f18a7c4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -119,5 +119,4 @@ release:
     - export CI_PROJECT_NAMESPACE=PTB-M4D
     - export CI_PROJECT_NAME=zema_emc_annotated
     - semantic-release --verbosity=DEBUG publish
-    - poetry publish --no-interaction --build --username $PYPI_USERNAME --password $PYPI_PASSWORD
   environment: production
-- 
GitLab