Skip to content

Instantly share code, notes, and snippets.

@bancek
Created May 14, 2018 09:02
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 bancek/03309bd3cdded09b54bcaedd3c448795 to your computer and use it in GitHub Desktop.
Save bancek/03309bd3cdded09b54bcaedd3c448795 to your computer and use it in GitHub Desktop.
Publish a package to pypi
pip install twine
python setup.py sdist
python setup.py bdist_wheel --universal
twine upload dist/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment