omit detached
This commit is contained in:
parent
8441469c59
commit
1f6ca1b13c
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,8 @@ pylint:
|
|||
pypi-dev:
|
||||
stage: upload
|
||||
rules:
|
||||
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
|
||||
when: never
|
||||
- if: '$CI_COMMIT_TAG !~ /^release-.*$/'
|
||||
script:
|
||||
- pip install -r requirements.txt
|
||||
|
@ -40,6 +42,8 @@ pypi-dev:
|
|||
pypi-stable:
|
||||
stage: upload
|
||||
rules:
|
||||
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
|
||||
when: never
|
||||
- if: '$CI_COMMIT_TAG =~ /^release-.*$/'
|
||||
script:
|
||||
- pyb -P version=${{ github.ref }} publish upload
|
||||
|
|
Loading…
Reference in a new issue