Skip to content

Commit 473c738

Browse files
author
Dan
committed
Added pypi deployment to travis config
1 parent adb87d5 commit 473c738

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,12 @@ notifications:
1818
on_failure: change
1919
after_success:
2020
- 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

Comments
 (0)