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.1.tar.gz (5.7 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: releasecmd-0.3.1.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.1.tar.gz
Algorithm Hash digest
SHA256 136548cb29f2f4eb8303a90b54a877637c1a7434a475e9fcd36ded8866ff28c1
MD5 217d7fa15af109967a0489d030a70b80
BLAKE2b-256 af911446a5b5f617d0a784c6a83889926aa7aa2e6f7cfafca7cbb7a8df6e9dad

See more details on using hashes here.

File details

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

File metadata

  • Download URL: releasecmd-0.3.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 2e6a1554b417c1b3356512cfa9088b4fb54acccdc86f6e3061968741988c488f
MD5 410f18033176465a145ed052516f9429
BLAKE2b-256 43e8feab8395af7a1dae1ca97770e904ef108f21cd1487eb12a3e6b57b44cd62

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