From abc6aad167226fd01e02d51ae4739d4c4688e153 Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Fri, 12 Apr 2024 19:36:59 +0200 Subject: [PATCH] fix: fixed release upload --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 953efcc..17e0d35 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -150,7 +150,9 @@ semver: - semantic-release -vv version - python -m build - twine upload dist/* -u __token__ -p $CI_PYPI_TOKEN - - semantic-release publish + release: + tag_name: $CI_COMMIT_TAG + description: $CI_COMMIT_TAG allow_failure: false rules: