From 3be23f74fcdbc4b915444f048c63fca7ed1e42c9 Mon Sep 17 00:00:00 2001 From: Justin Walgran Date: Thu, 6 Jul 2017 11:17:57 -0700 Subject: [PATCH] Add PyPI publishing support Taken directly from the known working https://github.com/azavea/python-omgeo/pull/33 --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.travis.yml b/.travis.yml index 37c902b..81560bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,5 +36,15 @@ install: script: - coverage run --source=django_tinsel test_app/manage.py test django_tinsel_tests +deploy: + provider: pypi + user: azavea + password: + secure: Wc/aboeIntZeqgCSIOrd/66vceukY/KmdSLwcLB9gn7kRWRqOM+HiEX9+lJe4IKtMisz3zgRqZNAFJU/UUBBwuclHpbtQtV0FCQOFXEwUHQfouzAvVu/3C4fBgQeoet5KrJFo7OVUmYwyWPm8vJzWIraQWVfsR9Gv/AQBQdfuec= + on: + tags: true + distributions: sdist bdist_wheel + repo: azavea/django-tinsel + after_success: - coveralls --verbose