Skip to content

Instantly share code, notes, and snippets.

View rymurr's full-sized avatar

Ryan Murray rymurr

View GitHub Profile
@rymurr
rymurr / pypi-release-checklist.md
Created August 7, 2019 09:26 — forked from audreyfeldroy/pypi-release-checklist.md
My PyPI Release Checklist
  • Update HISTORY.rst
  • Commit the changes:
git add HISTORY.rst
git commit -m "Changelog for upcoming release 0.1.1."
  • Update version number (can also be minor or major)
bumpversion patch