mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-12 09:20:19 +02:00
Created Deploying New Release (markdown)
12
Deploying-New-Release.md
Normal file
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.
|
||||||
|
|
Reference in New Issue
Block a user