Skip to content

Commit a753b28

Browse files
committed
chore: Fix readme format
1 parent cc225fd commit a753b28

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ release-beta:
55
standard-version -p beta
66

77
publish:
8+
rm -rf dist
89
python setup.py sdist
10+
twine check dist/*
911
twine upload dist/*
1012

1113
test:

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ It's python3 only and i have not tried it yet, but looks promising.
2323

2424

2525
Working / Django 2.0-3.0
26-
---------------------
26+
------------------------
2727

2828
* [ok] sessions
2929
* [ok] models/fields, fields needs testing

0 commit comments

Comments
 (0)