mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-21 15:33:09 +01:00
1
Deploying New Release
Garret Wassermann edited this page 2018-07-03 00:50:16 -04:00
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.