From d8f79255836838a9990c8ed42087ce8bba684608 Mon Sep 17 00:00:00 2001
From: Bryan Brancotte <bryan.brancotte@pasteur.fr>
Date: Mon, 12 Feb 2024 09:15:53 +0000
Subject: [PATCH] do not publish release

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dcfba5f..e12af64 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,7 +17,3 @@ upload:
     - sed -i "s/v0.0.1-dev/$CI_COMMIT_TAG/g" src/__init__.py
     - python -m build
     - python -m twine upload --verbose --repository-url ${PRIVATE_REGISTRY_API_URL} dist/*
-  release:
-    tag_name: $CI_COMMIT_TAG
-    name: 'Release $CI_COMMIT_TAG'
-    description: 'Release created using the release-cli.'
-- 
GitLab