Deploying PyPI Packages

From Double Jump Electric Wiki
Jump to navigation Jump to search
python3 setup.py bdist_wheel
python3 -m twine check dist/*
python3 -m twine upload dist/*