Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Last active February 14, 2018 04:04
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 miguelmota/27ee27350499ee1f68dc99443b855821 to your computer and use it in GitHub Desktop.
Save miguelmota/27ee27350499ee1f68dc99443b855821 to your computer and use it in GitHub Desktop.
PyPI PIP deploy
pip install -U pip setuptools 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