Skip to content

Commit 5063911

Browse files
committed
Add steps to release
1 parent 391f328 commit 5063911

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,15 @@ or test all environments and pep8 with tox
5656
$ tox
5757
5858
59+
Releasing
60+
---------
61+
62+
.. code-block:: bash
63+
64+
$ pip install twine
65+
$ python setup.py sdist
66+
$ twine upload dist/*
67+
5968
6069
License
6170
-------

0 commit comments

Comments
 (0)