Skip to content

Commit 8bb52be

Browse files
committed
Update notes on how to cut a release - include tag!
1 parent 5055895 commit 8bb52be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/development.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Creating a Release
2121
- Create a temporary virtual environment. Run ``python setup.py install`` and ``python setup.py test``
2222
- Create and upload the distribution: ``python setup.py sdist bdist_wheel upload --sign``
2323
- In a new virtual env check that the package can be installed with pip: ``pip install python-can``
24+
- Create a new tag in the repository.
25+
2426

2527
Code Structure
2628
--------------

0 commit comments

Comments
 (0)