Skip to content

How to make a new release

Michael Penkov edited this page Jun 26, 2019 · 2 revisions

This page details the steps for making a new CsvInsight release.

Outline:

  1. Determine new version number (e.g. bump the major, minor or bugfix version)
  2. Update HISTORY.rst, include new version
  3. Update setup.py, include new version
  4. Run: git ci AUTHORS.rst HISTORY.rst -m "preparing new release"
  5. Run: python setup.py sdist
  6. Run: twine upload sdist/*
Clone this wiki locally