Skip to content

Deploying New Release

Garret Wassermann edited this page Jul 3, 2018 · 1 revision

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.

Clone this wiki locally