Skip to main content

releasecmd is a release subcommand for setup.py (setuptools.setup). the subcommand create a git tag and push, and upload packages to PyPI.

Project description

releasecmd

PyPI package version Supported Python versions

Summary

releasecmd is a release subcommand for setup.py (setuptools.setup). The subcommand create a git tag and push, and upload packages to PyPI.

The subcommand class (releasecmd.ReleaseCommand) is implemented as a subclass of setuptools.Command class. The release subcommand does the followings:

  1. Find a file that defined the package version

  2. Create a git tag from the package version information

  3. Push git tags

  4. Upload package files to PyPI by using twine

Example

$ python setup.py release
running release
[get the version from ./releasecmd/__version__.py]
[create a git tag: v0.0.15]
[push git tags]
[upload the package to PyPI]
...

Before execute, need to exist uploading binaries in dist/ directory.

Create a GPG signed tag

$ python setup.py release --sign
running release
[get the version from ./releasecmd/__version__.py]
[create a git tag with gpg signing: v0.0.15]
[push git tags]
[upload the package to PyPI]
...

Skip create a git tag

$ python setup.py release --skip-tagging
running release
[get the version from ./releasecmd/__version__.py]
[push git tags]
[upload the package 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.19.tar.gz (4.9 kB view details)

Uploaded Source

Built Distribution

releasecmd-0.0.19-py2.py3-none-any.whl (5.0 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file releasecmd-0.0.19.tar.gz.

File metadata

  • Download URL: releasecmd-0.0.19.tar.gz
  • Upload date:
  • Size: 4.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for releasecmd-0.0.19.tar.gz
Algorithm Hash digest
SHA256 b2ff54b5d77a79921a8b4e9c24711c3afba020669990e5486be8916431c2b17e
MD5 25c5502abe4a8733e1f05944ff764a74
BLAKE2b-256 e2c03ddafec5f716f773ce0d97e62c209a654e9615272eee6b7c88d88a52df54

See more details on using hashes here.

File details

Details for the file releasecmd-0.0.19-py2.py3-none-any.whl.

File metadata

  • Download URL: releasecmd-0.0.19-py2.py3-none-any.whl
  • Upload date:
  • Size: 5.0 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for releasecmd-0.0.19-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 3916764ef30afbdad99df0954cccb220bfd930d25434d3e7e2b580304a976367
MD5 10df76d2dd04127fd8e6ac44a1c4b5ee
BLAKE2b-256 093ef790075e6d51f1c2469d545764080a04d2c9f5d176d6defb4dcb7b7bf90b

See more details on using hashes here.

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