Skip to content

Instantly share code, notes, and snippets.

View vimalkvn's full-sized avatar

Vimalkumar Velayudhan vimalkvn

View GitHub Profile
@vimalkvn
vimalkvn / pypi-release-checklist.md
Last active March 4, 2017 12:12 — forked from audreyfeldroy/pypi-release-checklist.md
My PyPI Release Checklist

PyPI release checklist

Based on: https://gist.github.com/audreyr/5990987

  1. Update version number in setup.py.
  2. Update version number in package\__init__.py.
  3. Update HISTORY.rst with information on the changes for this version.
  4. Install latest version in development mode

pip install -e .