Skip to content

Commit 54253d7

Browse files
committed
Readd password correct here since env variables are broken.
1 parent 1ec965a commit 54253d7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ matrix:
2121
after_success: coveralls
2222
deploy:
2323
provider: pypi
24-
distributions: "sdist bdist_wheel"
24+
user: jazzband
25+
distributions: sdist bdist_wheel
26+
password:
27+
secure: AwOdeqfsMKnlHLL/h8/WsetV1e3qc8ewGD4gtIVlW9jACadtqhiZeFpxJvLljq955MfF7lkv9lMGx2g1Ljvjyuw0txzkv93/gyxd+Seu606J/tIO5VMNZMQuEJaR/ND3DvpTjwV5WWiMxECa3lp/ttlq6F5Ugjdup/xuJo+MT0s=
2528
on:
2629
tags: true
2730
repo: jazzband/django-hosts

0 commit comments

Comments
 (0)