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 (e.g. <package>/__init__.py)

  2. Create .asc files if --sign option is specified

  3. Create a git tag from the package version information
    • GPG signing to the git tag if --sign option is specified

  4. Push git tags

  5. Upload package files to PyPI by using twine

release command options

Options for 'ReleaseCommand' command:
--skip-tagging  skip a git tag creation
--dry-run       do no harm
--sign          make a GPG-signed tag
--tag-template  specify git tag format. defaults to 'v{version}'.
--version       specify version manually

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]
...

prerequisite: package binaries must bein in the dist/ directory.

Specify version manually

You can specify a vesion manually by --version option even if ./<package name>/__version__.py file does not exists.

$ python setup.py release --version 0.1.0
[create a git tag: v0.1.0]
[push git tags]
[upload packages to PyPI]

Create a GPG signed tag and upload packages

$ python setup.py release --sign
running release
[get the version from ./releasecmd/__version__.py]
[create a .asc file for releasecmd-0.1.0.tar.gz]
[create a .asc file for releasecmd-0.1.0-py2.py3-none-any.whl]
[create a git tag with gpg signing: v0.1.0]
[push git tags]
[upload packages to PyPI]
...

Skip create a git tag and upload packages

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

Uploaded Source

Built Distribution

releasecmd-0.3.0-py3-none-any.whl (5.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: releasecmd-0.3.0.tar.gz
  • Upload date:
  • Size: 5.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for releasecmd-0.3.0.tar.gz
Algorithm Hash digest
SHA256 b998dc28dd5f3b3b2d64a41b72569b70efaa5f8508089ed9cf81d99e020de880
MD5 0c99e85743b543e177854e3605f6b3b6
BLAKE2b-256 47e68a3e0fda497fffbb979eee19a0adf14f4d4e8b52687083d922d631f32a82

See more details on using hashes here.

File details

Details for the file releasecmd-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: releasecmd-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 5.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for releasecmd-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c72018ce85d43b2a14b180e969e551a409f056b57555e742161254dd7d248ef3
MD5 549c04c1c6a4caeb4d2c30e2a9c4ec3d
BLAKE2b-256 74fce40a4ff13ccb72a79905cdb34ba29e4c7ba2cc73c6bd6bb9a1ef17da870c

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