Skip to content

Commit

Permalink
Add release instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgodwin committed Apr 5, 2021
1 parent 5f2cf5c commit 34d1602
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,18 @@ your documentation changes automatically::
sphinx-autobuild . _build/html


Releasing
'''''''''

To release, first add details to CHANGELOG.txt and update the version number in ``asgiref/__init__.py``.

Then, build and push the packages::

python -m build
twine upload dist/*
rm -r build/ dist/


Implementation Details
----------------------

Expand Down

0 comments on commit 34d1602

Please sign in to comment.