Skip to main content

Setuptools extension to release an egg

Project description

What is iw.releaser ?

iw.releaser is a setuptools extension that allows you to release an egg.

It performs the following steps:

  • runs the tests over the egg, using zope.testing

  • raises the version number in setup.py

  • create a branch and a tag for the version

  • upload if asked to the cheeshop

How to use iw.releaser ?

Go into your package root and run:

$ python setup.py release

There is some command line options:

$ python setup.py release -h
...
Options for 'release' command:
  --testing (-t)  run tests before anything
  --release (-r)  release package
  --upload (-u)   upload package
  --version       new version number
  --auto (-a)     automatic mode
...

To make a release without any question, run this command with your new version number:

$ python setup.py release -a --version=0.2

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iw.releaser-0.3.4.tar.gz (58.5 kB view hashes)

Uploaded Source

Built Distribution

iw.releaser-0.3.4-py2.4.egg (128.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page