summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 1650f36..5508e2d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,3 +18,11 @@ script:
after_script:
- coveralls
sudo: false
+deploy:
+ provider: pypi
+ user: skoegl
+ password:
+ secure: bKET/1sK+uWetPM3opPTt4qHHfZ6bMcjuLGe3Z/EUfNnGazcbDezy9CHJSqofuMXynF3xc8yluEojjfaqos3Ge/Y4o8pdFMY8ABp8KkxMnAJYGtYzbneSHgdgxPKsmdcUMVtIfioqkeNJTJClWUhRikWSlpKZ7TtkK4AmWtKNwc=
+ on:
+ tags: true
+ distributions: sdist bdist_wheel