Skip to content

Commit a2ff339

Browse files
Move deploy script
1 parent a2329b0 commit a2ff339

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,10 @@ test:
77
coverage run --source=lazy_tags `which django-admin.py` test tests
88
coverage report
99

10+
publish:
11+
python setup.py clean
12+
python setup.py sdist bdist_wheel
13+
twine upload dist/*
14+
1015
runserver:
1116
`which django-admin.py` runserver

deploy.sh

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)