Re-enable project releases via Jazzband.co. Fix #95.

This commit is contained in:
Jannis Leidel 2019-01-27 21:43:29 +01:00
parent 16a80d4635
commit 745e64f3e0
No known key found for this signature in database
GPG key ID: C795956FB489DCA9

View file

@ -8,22 +8,23 @@ python:
# See https://github.com/travis-ci/travis-ci/issues/9815
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
- python: 3.7
dist: xenial
sudo: true
sudo: false
cache: pip
install:
- pip install tox-travis
- pip install tox-travis
script: tox -v
after_success:
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash)
deploy:
provider: pypi
user: jazzband
distributions: "sdist bdist_wheel"
server: https://jazzband.co/projects/django-dbtemplates/upload
distributions: sdist bdist_wheel
password:
secure: B7imNYNndd2HEr79+3/jXLjFo/MdzzHUkH1NJ7G+YFtYjEkRFEaVuPXhuX1LYO9/qzYDcqHVrnsg65ZUXCftAg0/zFZ7zhEn/WEYZA2nkPosoSrYNV+s3XH/DMmpXdG6mKRN4D0mLQXaCwGeuQ2wHFOg7HCsz+tojFwYnEyN9ag=
secure: xDkRgaRI29FIVfQ5WEj6zSIlbBdFK/BE2RYQpSggVeTpUaZucS2RtE7it2hCMMYU5patHbcGJtw/DKGMtAhhZcm9tYCpn7cyW6vyF7tT385mbk5yggdjz5MoIHjQJD9NW1fqFRwLIJPICy6U6apxvQ1SpVtF13Dfu5AaCMv4cvk=
on:
tags: true
repo: jazzband/django-dbtemplates