Skip to content

Latest commit

 

History

History
66 lines (43 loc) · 1.48 KB

RELEASE.md

File metadata and controls

66 lines (43 loc) · 1.48 KB

Pypi

Preparation:

  • increment version in setup.py

  • add new changelog section in CHANGES.rst

  • commit/push all changes

Commands for releasing on pypi (requires twine >= 1.8.0):

rm -r dist wai.annotations.egg-info
python setup.py clean sdist
twine upload dist/*

Github

Steps:

  • start new release (version: vX.Y.Z)
  • enter release notes, i.e., significant changes since last release
  • upload wai.annotations-X.Y.Z.tar.gz previously generated with setup.py
  • publish

Docker

Scripts

  • Ensure that install.sh contains all the wai.annotations repos.

README.md

  • Ensure that README.md points to all the github repositories.

Manual