Created Deploying New Release (markdown)

Garret Wassermann 2018-07-03 00:50:16 -04:00
parent 6385a3aa91
commit ce2144cae6

12
Deploying-New-Release.md Normal file

@ -0,0 +1,12 @@
Useful notes for maintainers.
To get source:
python setup.py sdist
Use `twine` to upload to PyPI
twine upload django-helpdesk-X.X.X.tar.gz
Update heroku demo instance.