Skip to content

Commit da33a23

Browse files
Setup pypi push when a release is tag on git
1 parent 084712b commit da33a23

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,12 @@ before_script:
2626
script:
2727
- "sudo $(cat ~/where-is-nosetests) pymysqlreplication.tests.test_abnormal:TestAbnormalBinLogStreamReader.test_no_trailing_rotate_event"
2828
- "nosetests -e test_no_trailing_rotate_event"
29+
30+
deploy:
31+
provider: pypi
32+
user: noplay
33+
password:
34+
secure: "uUIWiYzfgNTUuz4rKpNv/JFjnHncHPtBLiwhknCoaVJ9QGenpj9qaEWyvHZ/Aq4HyXCSjsogtQBesSxBTQCsrut6DDOWbOOFGr7WHA2N5O6EEu8rB7U4m+ziJn27+pN+MIl672tJGao7Ky9F+RO3X110Lscb0nguEMnWcHxb16U="
35+
on:
36+
tags: true
37+
repo: noplay/python-mysql-replication

0 commit comments

Comments
 (0)