A generic set of commands for PyPi and conda packaging:
See: https://packaging.python.org/tutorials/packaging-projects/
Create conda environment with latest versions of setuptools, wheel and twine:
conda create -n pypi-packaging setuptools wheel twine