Skip to content

Commit cecbc85

Browse files
authored
Merge pull request #932 from ocefpaf/auto-deploy-pypi
auto deploy to PyPI
2 parents 5d55ce1 + 2807dda commit cecbc85

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,18 @@ script:
7777
doctr:
7878
require-master: true
7979
sync: False
80+
81+
deploy:
82+
skip_cleanup: true
83+
provider: pypi
84+
user: ocefpaf
85+
password:
86+
secure: "BdJc76Z+DnmmamZSX+QCGZDnf+FW/JQOnVZ2t59r2r2RM4860Wf6GSL/Ncw6v8G3sOghWQcMzFdY5e6aNzAW0Ddm2YKHAsfxgurbEsnlzwsNPBWv2280ca7TtlFk2JkqhtYQOkoBFbA8+e/lC8ZC6aAVffQAT1NE4lEs0/Jd+TA="
87+
distributions: sdist bdist_wheel
88+
upload_docs: no
89+
on:
90+
repo: python-visualization/folium
91+
tags: true
92+
python: 3.6
93+
all_branches: master
94+
condition: '$TEST_TARGET == "default"'

0 commit comments

Comments
 (0)