Created
June 6, 2018 11:38
-
-
Save pyohei/58a81f0b98fcff56c24cec5e8d4a6538 to your computer and use it in GitHub Desktop.
The way to upload pypi
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Need to install twine | |
python setup.py sdist | |
twine upload dist/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment