Deploying PyPI Packages

From Double Jump Electric Wiki
Revision as of 10:44, 23 July 2020 by Poofjunior (talk | contribs) (Created page with "<source lang="bash"> python3 setup.py bdist_wheel python3 -m twine check dist/* python3 -m twine upload dist/* </source>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
python3 setup.py bdist_wheel
python3 -m twine check dist/*
python3 -m twine upload dist/*