removed dev publish

This commit is contained in:
bom 2022-05-20 10:11:02 +02:00
parent 91571d5dc7
commit 8900d7e5bf

View file

@ -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: