Skip to content

Commit aefad07

Browse files
committed
add encrypted pypi deploy credentials
1 parent 5d7ef34 commit aefad07

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,13 @@ matrix:
2626
env: DJANGO_VERSION="1.4"
2727
- python: "3.3"
2828
env: DJANGO_VERSION="1.9"
29+
30+
deploy:
31+
provider: pypi
32+
user: bryanhelmig
33+
password:
34+
secure: amY+WgU7S4RD/8S4rDz6/Gso1bucyqWWdCfG5RXHxD1mBcOIBjfiVmDkbiOxODany3KS5Hmo3mvXjOlpgmhuxw2iWdG1o059pMh8PH7I2WwHTliUSGwIshFIUmAivrh1mq9qUsHfsGpPow3AaxFB7G/FnrAQjedTTGYfN5ZnI/k=
35+
on:
36+
tags: true
37+
distributions: sdist bdist_wheel
38+
repo: zapier/django-rest-hooks

0 commit comments

Comments
 (0)