mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
Re-enable project releases via Jazzband.co. Fix #95.
This commit is contained in:
parent
16a80d4635
commit
745e64f3e0
1 changed files with 8 additions and 7 deletions
15
.travis.yml
15
.travis.yml
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue