Skip to content

Commit

Permalink
Fixed broken deploys
Browse files Browse the repository at this point in the history
All locales are now included in the distributable.
  • Loading branch information
clintonb committed Jul 23, 2020
1 parent 45735fe commit 3bb439f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ script: tox -v
after_success: codecov
deploy:
provider: pypi
edge: true
skip_existing: true
cleanup: true
user: jazzband
distributions: sdist bdist_wheel
server: https://jazzband.co/projects/django-sortedm2m/upload
Expand All @@ -44,4 +47,4 @@ deploy:
on:
tags: true
repo: jazzband/django-sortedm2m
python: 3.7
python: 3.8
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

3.0.1
-----
* `#164`_: Added all locales to distributable

.. _#164: https://github.com/jazzband/django-sortedm2m/issues/164

3.0.0
-----
* `#147`_: Dropped support for Django 2.0
Expand Down

0 comments on commit 3bb439f

Please sign in to comment.