We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d53e657 commit 4f2383bCopy full SHA for 4f2383b
.travis.yml
@@ -18,3 +18,11 @@ script:
18
after_script:
19
- coveralls
20
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