Skip to main content

Release command for setuptools.setup which create a tag and push, and upload packages to PyPI

Project description

releasecmd

https://badge.fury.io/py/releasecmd.svg https://img.shields.io/pypi/pyversions/releasecmd.svg

Summary

releasecmd will add release subcommand to setup.py (setuptools.setup) by releasecmd.ReleaseCommand class. The class is implemented as a subclass of setuptools.Command class. The release subcommand does the following:

  1. create a git tag from version information in __version__.py

  2. push git tags

  3. upload package files to PyPI by using twine

Example

$ python setup.py release
[reading ./typepy/__version__.py]
[pushing git tags: v0.0.26]
[upload packages to PyPI]

Dependencies

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

releasecmd-0.0.12.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

releasecmd-0.0.12-py2.py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 2 Python 3

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