Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 588 Bytes

HACKING.rst

File metadata and controls

20 lines (14 loc) · 588 Bytes

Hacking on pylogctx

Releasing a new version

The root Makefile ease releasing and uploading a new version of pylogctx. Here is the release checklist:

Here are steps to release:

  • Ensure the new version has an entry in CHANGELOG_.
  • Increment version in setup.py.
  • Run make release to create commit and tag.
  • Now run make upload to create tarball and wheel.