From 58c5726d9cc0e73efd9fd1282e3524ffd6fed835 Mon Sep 17 00:00:00 2001
From: Tim Kreuzer <t.kreuzer@fz-juelich.de>
Date: Mon, 22 Apr 2024 22:41:47 +0200
Subject: [PATCH] fix pypi versioning

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 826cd08..adca87a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,7 +29,7 @@ testpypi:
     - python -m build
     - twine upload --repository testpypi -u __token__ -p ${TESTPYPI_JUPYTERJSC_TOKEN} dist/*
   rules:
-    - if: '$CI_COMMIT_TAG =~ /^\d+\.\d+\.\d+(-.+)$/'
+    - if: '$CI_COMMIT_TAG =~ /^\d+\.\d+\.\d+(\..+)$/'
 
 
 ###
-- 
GitLab