Release command for setuptools.setup which create a tag and push, and upload packages to PyPI
Project description
releasecmd
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:
create a git tag from version information in __version__.py
push git tags
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
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
releasecmd-0.0.11.tar.gz
(4.1 kB
view details)
Built Distribution
File details
Details for the file releasecmd-0.0.11.tar.gz
.
File metadata
- Download URL: releasecmd-0.0.11.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96567f98329c72de16b98db52b4f3d6110c233872dd9a88784c7752aa521fa43 |
|
MD5 | 8b1fea07c16703b5a0c6e885b5b96304 |
|
BLAKE2b-256 | 7a4a371bc1d3424d59273bff88de99678b5c2e72f74a3bafbc41e680cda74d17 |
File details
Details for the file releasecmd-0.0.11-py2.py3-none-any.whl
.
File metadata
- Download URL: releasecmd-0.0.11-py2.py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f8caaa31d038f1e2d8a71707f45275880565c5aa8d66866f3d94a93881a7ff80 |
|
MD5 | c792a2d108194093de572a1865dbb52c |
|
BLAKE2b-256 | 2c339419d20c5323e49c1502197404f715399a14742fbbb30e0197968412427e |