Creating a distribution - elliottcarlson/ghe GitHub Wiki
To create a new release of ghe you need to bump the version in the following files:
ghe/init.py setup.py
When ready to build a releast, issue the command:
python setup.py sdist
This will create a new tarball in the dist sub-directory.
Upload the new file as a release to this repository, as well as update the link in the README to point to the latest tarball.