From 3a4c80a815e78ccc03edb9ff74cabb07faad1dac Mon Sep 17 00:00:00 2001 From: Jason Paidoussi Date: Fri, 17 Feb 2017 15:31:55 +0200 Subject: [PATCH] Added deploy section to travis file --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index 47f8e57..d54f074 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,3 +13,11 @@ script: - "py.test --cov=go_http go_http" after_success: - coveralls +deploy: + provider: pypi + user: praekelt.org + password: + secure: wqUwUZk0s6VrZBoLe6lkl16nJjDD5RfH31YvKwoztxvB/k9yD4y9uigQtduVKKVz0SscZnlEOIAkJNavT29nrnsAdHYaG4Gs2okaXOJ0vbgvig6O1GoU/iDchjZiL2MZUxyntE57/s6RHOLjPmLgyA6uvNRbuVQdiNtdNb+gOdw= + distributions: sdist bdist_wheel + on: + tags: true