Skip to content

Commit

Permalink
Go back to using an env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Babic committed Aug 2, 2018
1 parent 1f18282 commit 5c8ecd8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -32,10 +32,9 @@ deploy:
provider: pypi
user: ababic
distributions: sdist bdist_wheel
password: ${PYPI_PASSWORD}
on:
tags: true
branch: master
repo: ababic/django-cogwheels
condition: "$TOXENV = py37-dj21"
password:
secure: lejLpR7NgES3A5t/GMH9ZvT9m4UfmvjgeXhz7M9H1DMNIrPSjHRIkR/hZJB7pdfKWmGD/snoVQv4BKH5Oav4bjEpJ4boDabdapr9c82CJ0MQjwzQ9LvzZ6MsTJwrytGXzpgtx4uWh9Fi4bl9oUiHnx2IfQ7UF8zcpw9TpAgQazal7raqC86TbNJfdJR2hgKpOFYqU7xxMDjvaVTnASAMmQVOy2jEDFzKzcFZKat4pCRxO43+aGd6jIKkmu8mDJv6ay/EKWNN7Mb9itLHbM3QShybsFhYDh4/ZD5WHrDuFPh5VsqK6wRbqq3+ANfBuTmVwq10lGDbfN8XJ2ZowqgHkawR89BrgJXbAE47msv36c/K0dfgfZBVpqlpkJlWLM7W3ivliSyzsQBbX+uHFQXqSgMnvCdCVtOGiTFNGKp01O/WYPmdzIlnh3z+d4LgovGQMH1fF0mdAJ+2mMUA2C2iEA9GuJyE/zyyGMlMktZ5RJ9cgHB+sCFVLp2VYr+O3YwvyBJXkjTJjHWF+afRJqengsffEAryrkY4bI3Oi2qqRwKip74Si3DTHyfWMvUApFKhfqUprWuKeVtsxd9fiVCCwcYgTrnG5brwtMpy6mpISUExnk3sb/UALO7+BggFhn3CS8WUJ4MDdRHLeQzqJ1zs2uw+mhxwjQfSDP4JTXC6S1E=

0 comments on commit 5c8ecd8

Please sign in to comment.