Deploying PyPI Packages
Jump to navigation
Jump to search
python3 setup.py bdist_wheel
python3 -m twine check dist/*
python3 -m twine upload dist/*