Skip to content

Instantly share code, notes, and snippets.

@sunary
Last active December 21, 2017 04:47
Show Gist options
  • Save sunary/9d55686674078d5756dd958be9894759 to your computer and use it in GitHub Desktop.
Save sunary/9d55686674078d5756dd958be9894759 to your computer and use it in GitHub Desktop.
upload to pypi
~/.pypirc
[distutils]
index-servers =
pypi
[pypi]
repository:https://upload.pypi.org/legacy/
username:username
password:password
================================
$ sudo rm dist/*
$ sudo python setup.py sdist bdist_wheel
$ twine upload dist/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment