diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 22b2b53..416cee0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -95,18 +95,6 @@ build-package: - if: $CI_COMMIT_TAG - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH -# Publish to PyPI (only on tags) -publish-pypi: - extends: .python-base - stage: publish - script: - - uv publish --token $PYPI_TOKEN - rules: - - if: $CI_COMMIT_TAG =~ /^v\d+\.\d+\.\d+$/ - when: manual - needs: - - build-package - # Publish to GitLab Package Registry publish-gitlab: extends: .python-base