Skip to content

Instantly share code, notes, and snippets.

@yurytello
Last active August 29, 2015 14:05
Show Gist options
  • Save yurytello/743d27224ea43f141bf5 to your computer and use it in GitHub Desktop.
Save yurytello/743d27224ea43f141bf5 to your computer and use it in GitHub Desktop.
pypi upload a new release
To upload a new release of python library on Pypy.python.org, follow the next steps:
1. update the setup.py file with the new release
...
setup(name='openerp-client-etl',
version='1.1.1',
...
2. update the PKG-INFO file with the new release
...
Name: openerp-client-etl
Version: 1.1.1
...
3. run the next command
$ python setup.py sdist upload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment