Skip to content

Instantly share code, notes, and snippets.

@phizaz
Created February 15, 2017 17:03
Show Gist options
  • Save phizaz/471430aade1cf6d9701c7a5cbe94c9b2 to your computer and use it in GitHub Desktop.
Save phizaz/471430aade1cf6d9701c7a5cbe94c9b2 to your computer and use it in GitHub Desktop.
Python's Pip Scripts
# register to pip
python setup.py register -r pypi
# submit to pip
python setup.py sdist upload -r pypi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment