This is a small repo to provide a JSON log handler.
Learn more https://github.com/pivotal-energy-solutions/json_log_handler
- Update the
__version_info__
inside of the application. Commit and push. - Tag the release with the version.
git tag <version> -m "Release"; git push --tags
- Build the release
rm -rf dist build *egg-info; python setup.py sdist bdist_wheel
- Upload the data
twine upload dist/*