Skip to content

Instantly share code, notes, and snippets.

@joeljames
Created September 19, 2016 16:47
Show Gist options
  • Save joeljames/9530e3db6aee3965bd7beb4d6cfbe51f to your computer and use it in GitHub Desktop.
Save joeljames/9530e3db6aee3965bd7beb4d6cfbe51f to your computer and use it in GitHub Desktop.
Push to pypi
## Push to test server
## Register ##
python setup.py register -r pypitest
## Upload ##
python setup.py sdist upload -r pypitest
## Push to main server
## Register ##
python setup.py register -r pypi
## Upload ##
python setup.py sdist upload -r pypi
## Check the pypi to see if the new version is pushed up
https://pypi.python.org/pypi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment