Follow the instructions on this page.
$ python setup.py sdist bdist_wheel
$ twine upload dist/*
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