Disable travis publish stage for untagged commits
parent
c85acee405
commit
9f14114520
|
|
@ -50,7 +50,7 @@ jobs:
|
||||||
- stage: publish
|
- stage: publish
|
||||||
python: '3.6'
|
python: '3.6'
|
||||||
script: skip
|
script: skip
|
||||||
env:
|
env:
|
||||||
deploy: &pypi
|
deploy: &pypi
|
||||||
provider: pypi
|
provider: pypi
|
||||||
user: cvijdea
|
user: cvijdea
|
||||||
|
|
@ -67,4 +67,5 @@ jobs:
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
- publish
|
- name: publish
|
||||||
|
if: tag IS present
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue