Releasing made easy for pythonic git users.
Project description
[![PyPI Python Versions](https://img.shields.io/pypi/pyversions/flowtool-releasing.svg)](https://pypi.python.org/pypi/flowtool-releasing) [![PyPI Latest Version](https://img.shields.io/pypi/v/flowtool-releasing.svg)](https://pypi.python.org/pypi/flowtool-releasing) [![PyPI Distribution Format](https://img.shields.io/pypi/format/flowtool-releasing.svg)](https://pypi.python.org/pypi/flowtool-releasing)
# flowtool-releasing
An automated workflow for releasing Python Packages to PyPI and github.
Requires flowtool-versioning to be up-and-running (installed and at least one tag created).
The release process works as follows:
check that the repo is clean (and that we are not exactly at a release)
bump the version of the project (by creating a new git tag)
run git push and git push –tags
release to PyPI (mainly setup.py sdist upload)
It add the following commands to flowtool: ` flowtool release-now # make a release flowtool clean-tags # clean up older tags on the local repo flowtool clean-tags 1 -a -y # clean up all older tags and keep only the latest `
If you want to use it in your project, try it out, and request more documentation when you need it.
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 Distributions
Built Distribution
File details
Details for the file flowtool_releasing-0.7.23-py2.py3-none-any.whl
.
File metadata
- Download URL: flowtool_releasing-0.7.23-py2.py3-none-any.whl
- Upload date:
- Size: 14.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d847f5e4d530b5f91574b963c6f8b033324c76a49ccf7d43f6818171c2f5b985 |
|
MD5 | 7dc6a7a77f319ac17fb1c58bfffb35d6 |
|
BLAKE2b-256 | 95c14ab956d519d5de8649b9cf23f42e01cb80289f9246016173c56d9e5d5762 |