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
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:
Find a file that defined the package version
Create a git tag from the package version information
Push git tags
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file releasecmd-0.0.18.tar.gz
.
File metadata
- Download URL: releasecmd-0.0.18.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.2 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f4fb36fa1f1731cdc6f55b9699042e712423c2c7aaa1aa0d0a1c1b9f95425e9a |
|
MD5 | 7368a155a52f019222f68704826b94a4 |
|
BLAKE2b-256 | 91c09d8855ad69893a4dadcc9dc58e9a6a873aa769c0d094b4982b34ce81a93e |
File details
Details for the file releasecmd-0.0.18-py2.py3-none-any.whl
.
File metadata
- Download URL: releasecmd-0.0.18-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.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.2 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd9bab4adefc85ff017bd406ea41dedb046eb90d0732617bcc8b5b728148c793 |
|
MD5 | 97fb3abed8eeac77088a2bc478f90f88 |
|
BLAKE2b-256 | e781678eaaf8d81ecfa6aa785a1519467c97ada4444a9ea02ca2055f37167f1b |