removed dev publish
This commit is contained in:
parent
91571d5dc7
commit
8900d7e5bf
1 changed files with 0 additions and 9 deletions
|
@ -32,15 +32,6 @@ pylint:
|
||||||
- pip install -r dev_requirements.txt
|
- pip install -r dev_requirements.txt
|
||||||
- pylint -d C0301 src/main/python/ddadevops/*.py
|
- 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:
|
pypi-stable:
|
||||||
stage: upload
|
stage: upload
|
||||||
rules:
|
rules:
|
||||||
|
|
Loading…
Reference in a new issue