Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 204 Bytes

RELEASE.md

File metadata and controls

17 lines (11 loc) · 204 Bytes

How to make a release

Increase the version number in setup.py.

Tag the commit.

make dist

Possibly clean up the dist/ folder.

make upload

Push new tag to origin and github remotes!