From ab29d0504d75a1e28bc2fc17764b39e6b6734669 Mon Sep 17 00:00:00 2001
From: Guilhem Bonnefille <guilhem.bonnefille@c-s.fr>
Date: Mon, 26 Jun 2023 17:12:12 +0000
Subject: [PATCH] chore: remove unused parameter

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

diff --git a/templates/gitlab-ci-python.yml b/templates/gitlab-ci-python.yml
index 1e04d66..28cbaab 100644
--- a/templates/gitlab-ci-python.yml
+++ b/templates/gitlab-ci-python.yml
@@ -886,7 +886,7 @@ py-publish:
   extends: .python-base
   stage: publish
   script:
-    - py_publish $CI_COMMIT_TAG
+    - py_publish
   artifacts:
     paths:
       - $PYTHON_PROJECT_DIR/dist/*
-- 
GitLab