Pythonpackages.com: New GitHub Service – Push to Release

pythonpackages.com helps Python programmers package and release their software with just a few clicks.

PythonPackages GitHub Service

There is a new GitHub Service available for pythonpackages.com that allows you to release Python packages from GitHub to the Python Package Index, simply by pushing a commit message that begins with “Release” e.g.:

$ git commit -a -m "Release 1.0"; git push

(The release creates a tag with the appropriate version number, extracted from setup.py) To use the service, please follow the instructions below.

Instructions

Now you can git push to release! If you have any trouble, please open a ticket. These instructions will live permanently here: http://docs.pythonpackages.com/en/latest/github-service.html.