From cc69cf9b61fa23e447c48d70d0b9d72436a484fd Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Mon, 17 Jul 2023 06:15:33 +0000 Subject: [PATCH] ci: fixed python-semantic-release version to 7.* --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1f2acd39..3d7c2573 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -72,7 +72,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 @@ -98,4 +98,4 @@ semver: # - curl -X POST -d "branches=$CI_COMMIT_REF_NAME" -d "token=$RTD_TOKEN" https://readthedocs.org/api/v2/webhook/beamline-experiment-control/221870/ # rules: # - if: '$CI_COMMIT_REF_NAME == "master"' -# - if: '$CI_COMMIT_REF_NAME == "production"' \ No newline at end of file +# - if: '$CI_COMMIT_REF_NAME == "production"'