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 adb87d5 commit 473c738Copy full SHA for 473c738
.travis.yml
@@ -18,3 +18,12 @@ notifications:
18
on_failure: change
19
after_success:
20
- coveralls
21
+deploy:
22
+ provider: pypi
23
+ user: pkittenis
24
+ password:
25
+ secure: ZQJ41Nguc7Y5XHvtN8lITIiW1S1jvy0p50rssMUJpa9wVZIh0HcW0K/Xv2v17fDNuOvQlVbsF0sY/BmcRfH7c7nzwt7fRXGOjXbZk5djqwusKXL6zlVN7OKjAY6j2EByOjD9UpDDkB5tDqb4lRBCX87wknii/t+7/8P0ddoBojM=
26
+ on:
27
+ tags: true
28
+ distributions: sdist bdist_wheel
29
+ repo: ParallelSSH/parallel-ssh
0 commit comments