We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd16a9a + 8c9b70b commit c0a1f33Copy full SHA for c0a1f33
1 file changed
.travis.yml
@@ -23,11 +23,17 @@ before_deploy:
23
- pip install --editable .
24
deploy:
25
- provider: script
26
- script: docs/publish.
+ script: docs/publish.sh
27
skip_cleanup: true
28
+ on:
29
+ python: '2.7'
30
+ branch: master
31
32
script: npx semantic-release
33
34
35
36
37
- provider: pypi
38
user: ehdsouza
39
password:
@@ -36,3 +42,4 @@ deploy:
42
43
on:
44
python: '2.7'
45
0 commit comments