Disable travis publish stage for untagged commits

This commit is contained in:
Cristi Vîjdea
2017-12-27 16:42:33 +01:00
parent c85acee405
commit 9f14114520
+3 -2
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