Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 576 Bytes

publish.md

File metadata and controls

20 lines (12 loc) · 576 Bytes

Publish on pypa

Follow the instructions on this page.

$ python setup.py sdist bdist_wheel
$ twine upload dist/*

Publish on anaconda

Follow the instruction on this page.

$ cd anaconda
$ conda skeleton pypi treeconfigparser
$ conda-build --python 3.9 treeconfigparser
$ anaconda upload /path/to/the/built/package.tar.bz2