Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 195 Bytes

RELEASING.rst

File metadata and controls

10 lines (7 loc) · 195 Bytes

Publishing

# Register with pypi (only done once)
$ python setup.py register

# Upload a new source distribution to pypi
$ python setup.py sdist bdist_wheel upload