Skip to content

Instantly share code, notes, and snippets.

@dakk
Created October 14, 2015 10:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dakk/8b24257ea6ef574b1ccf to your computer and use it in GitHub Desktop.
Save dakk/8b24257ea6ef574b1ccf to your computer and use it in GitHub Desktop.
Upload a project to pypi repository
python3 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