Skip to content

Instantly share code, notes, and snippets.

@pyohei
Created June 6, 2018 11:38
Show Gist options
  • Save pyohei/58a81f0b98fcff56c24cec5e8d4a6538 to your computer and use it in GitHub Desktop.
Save pyohei/58a81f0b98fcff56c24cec5e8d4a6538 to your computer and use it in GitHub Desktop.
The way to upload pypi
# 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