We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14d6158 commit edba5a4Copy full SHA for edba5a4
1 file changed
.travis.yml
@@ -33,6 +33,7 @@ deploy:
33
script: bash ci/scripts/pypi_deploy.sh
34
skip_cleanup: true
35
on:
36
+ condition: "$BUILD_TYPE = python"
37
all_branches: true
38
- provider: bintray
39
file: "bintray.json"
@@ -41,4 +42,5 @@ deploy:
41
42
43
dry_run: true
44
45
+ condition: "$BUILD_TYPE = deb"
46
0 commit comments