# For building / pushing to pypi
python setup.py sdist bdist_wheel
twine upload --skip-existing --repository-url https://test.pypi.org/legacy/ dist/*
python -m twine upload --skip-existing dist/*
