Skip to content

Commit 4f2383b

Browse files
committed
Enable automatic deployments from Travis-CI
1 parent d53e657 commit 4f2383b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,11 @@ script:
1818
after_script:
1919
- coveralls
2020
sudo: false
21+
deploy:
22+
provider: pypi
23+
user: skoegl
24+
password:
25+
secure: bKET/1sK+uWetPM3opPTt4qHHfZ6bMcjuLGe3Z/EUfNnGazcbDezy9CHJSqofuMXynF3xc8yluEojjfaqos3Ge/Y4o8pdFMY8ABp8KkxMnAJYGtYzbneSHgdgxPKsmdcUMVtIfioqkeNJTJClWUhRikWSlpKZ7TtkK4AmWtKNwc=
26+
on:
27+
tags: true
28+
distributions: sdist bdist_wheel

0 commit comments

Comments
 (0)