Skip to content

Commit 145599a

Browse files
committed
prepare for deploy
1 parent b7211e3 commit 145599a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,14 @@ after_success:
2626

2727
notifications:
2828
email: false
29+
30+
deploy:
31+
provider: pypi
32+
on:
33+
tags: true
34+
distributions: "bdist_wheel"
35+
skip_existing: true
36+
user: "__token__"
37+
password:
38+
secure: XXX
39+

0 commit comments

Comments
 (0)