ci: fixed upload of release

This commit is contained in:
wakonig_k 2024-04-12 21:57:56 +02:00
parent 28de759ad6
commit 3c37da8f51

View File

@ -151,9 +151,6 @@ semver:
- python -m build - python -m build
- twine upload dist/* -u __token__ -p $CI_PYPI_TOKEN - twine upload dist/* -u __token__ -p $CI_PYPI_TOKEN
- semantic-release publish - semantic-release publish
release:
tag_name: $CI_COMMIT_TAG
description: $CI_COMMIT_TAG
allow_failure: false allow_failure: false
rules: rules: