We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5055895 commit 8bb52beCopy full SHA for 8bb52be
doc/development.rst
@@ -21,6 +21,8 @@ Creating a Release
21
- Create a temporary virtual environment. Run ``python setup.py install`` and ``python setup.py test``
22
- Create and upload the distribution: ``python setup.py sdist bdist_wheel upload --sign``
23
- 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
+
26
27
Code Structure
28
--------------
0 commit comments