From 1c66d5a2c872044a27d4e9eac176ea01a897fd17 Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Mon, 17 Jul 2023 06:26:02 +0000 Subject: [PATCH] ci: fixed python-semantic-release version to 7.* --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 75e4ca1..37a6ef3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -60,7 +60,7 @@ semver: - git tag # build - - pip install python-semantic-release wheel + - pip install python-semantic-release==7.* wheel - export GL_TOKEN=$CI_UPDATES - export REPOSITORY_USERNAME=__token__ - export REPOSITORY_PASSWORD=$CI_PYPI_TOKEN