diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1b05153..cb2fc9e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,15 +32,6 @@ pylint: - pip install -r dev_requirements.txt - pylint -d C0301 src/main/python/ddadevops/*.py -pypi-dev: - stage: upload - rules: - - if: '$CI_PIPELINE_SOURCE == "merge_request_event"' - when: never - - if: '$CI_COMMIT_BRANCH == "main" && $CI_COMMIT_TAG !~ /^[0-9]+\.[0-9]+\.[0-9]+$/' - script: - - pyb publish upload - pypi-stable: stage: upload rules: