Skip to content
Michael Penkov edited this page Dec 4, 2019 · 1 revision

Welcome to the gzipi wiki!

How to make a new release

  • Update gzipi/VERSION
  • Update CHANGELOG.md
  • Commit your changes
  • Run python setup.py sdist
  • Run twine upload dist/gzipi-$(head -n 1 gzipi/VERSION).tar.gz (you will need your PyPI username and password)
Clone this wiki locally