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

Commands to make a new public stable release:


$ paver releaseok     # checks pep8, autodoc index and runs tests
$ paver 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
$ paver upload_pypi_docs
$ paver ghdocs # Build and upload documentation to Github.