Difference between revisions of "Deploying PyPI Packages"

From Double Jump Electric Wiki
Jump to navigation Jump to search
(Created page with "<source lang="bash"> python3 setup.py bdist_wheel python3 -m twine check dist/* python3 -m twine upload dist/* </source>")
 
(No difference)

Latest revision as of 10:44, 23 July 2020

python3 setup.py bdist_wheel
python3 -m twine check dist/*
python3 -m twine upload dist/*