8

Add make release

This commit is contained in:
Michael van Tellingen
2017-06-02 15:42:54 +02:00
parent 4c315f067a
commit 48935218db

View File

@@ -46,3 +46,9 @@ sandbox:
sandbox/manage.py loaddata sandbox/exampledata/users.json
sandbox/manage.py loaddata sandbox/exampledata/personalisation.json
sandbox/manage.py runserver
release:
pip install twine wheel
rm -rf dist/*
python setup.py sdist bdist_wheel
twine upload -s dist/*