all: test bdist bdist: python3 setup.py sdist bdist_wheel test: pytest -q upload: twine check dist/* twine upload --repository-url https://test.pypi.org/legacy/ dist/* twine upload dist/*