Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 855 Bytes

pypi_upload.md

File metadata and controls

26 lines (18 loc) · 855 Bytes

Updating iiif-prezi on pypi

Notes to remind @zimeon...

iiif-prezi is at https://pypi.python.org/pypi/iiif-prezi

Putting up a new version

  1. Bump version number working branch in iiif_prezi/_version.py
  2. Check all tests good (python setup.py test)
  3. Check code is up-to-date with github version
  4. Check out master and merge in working branch
  5. Check all tests good (python setup.py test)
  6. Make sure master README has correct travis-ci and coveralls icon links for master branch (?branch=master)
  7. Check branches are as expected (git branch -a)
  8. Check local build and version reported OK (python setup.py build; python setup.py install)
  9. Upload new version to pypi:
```
python setup.py sdist upload
```
  1. Check on PyPI at https://pypi.python.org/pypi/iiif-prezi