Disable travis publish stage for untagged commits

openapi3
Cristi Vîjdea 2017-12-27 16:42:33 +01:00
parent c85acee405
commit 9f14114520
1 changed files with 3 additions and 2 deletions

View File

@ -50,7 +50,7 @@ jobs:
- stage: publish
python: '3.6'
script: skip
env:
env:
deploy: &pypi
provider: pypi
user: cvijdea
@ -67,4 +67,5 @@ jobs:
stages:
- test
- publish
- name: publish
if: tag IS present