Skip to content
ask edited this page Aug 13, 2010 · 3 revisions

Commands to make a new public stable release:

$ make releaseok # checks pep8, autodoc index and runs tests $ make removepyc # Remove .pyc files. $ git clean -xdn # Check that there’s no left-over files in the repository. $ python2.5 setup.py sdist upload # Upload package to PyPI $ make ghdocs # Build and upload documentation to Github.

Clone this wiki locally