From 50bb16e6ef652a94e1fcaeb9c365925764ca7247 Mon Sep 17 00:00:00 2001
From: Remi  PLANEL <rplanel@pasteur.fr>
Date: Mon, 13 Nov 2023 14:20:30 +0100
Subject: [PATCH] skip existing when publish with poetry

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5fc5ecb2..dff2766e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -53,7 +53,7 @@ build:df-wiki-cli:
     - echo "Repository gitlab configured ..."
     - poetry build
     - echo "Build done ..."
-    - poetry publish --repository gitlab
+    - poetry publish --repository gitlab --skip-existing
     - echo "Publishing done!"
   rules:
     - changes:
-- 
GitLab