Skip to content

Instantly share code, notes, and snippets.

@chris-piekarski
Last active December 15, 2015 17:48
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 chris-piekarski/5298656 to your computer and use it in GitHub Desktop.
Save chris-piekarski/5298656 to your computer and use it in GitHub Desktop.
process for uploading new pypi package
python setup.py sdist --formats=gztar,zip
python setup.py sdist upload
Check/Add .pypirc file under user home dir ~/.pypirc
[distutils]
index-servers =
pypi
[pypi]
repository: <repository-url>
username: <username>
password: <password>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment