From a0cb7dced4d2b094ff2b4ba0593782d7063e8cd3 Mon Sep 17 00:00:00 2001 From: Daniel Otto de Mentock Date: Thu, 13 Oct 2022 13:00:05 +0200 Subject: [PATCH] damask version needs to comply to PEP440 standards --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b9b3c7d97..735335391 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -66,6 +66,7 @@ create_testroot: setuptools: stage: python script: + - sed -i 's/-[[:digit:]]*-.*//' VERSION - cd python - python3 -m build --wheel --no-isolation