Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 862 Bytes

File metadata and controls

39 lines (27 loc) · 862 Bytes

PyPi

Preparation:

  • update all help files (img-help -f markdown -o plugins -t "metrics plugins" -i README.md -l INFO)
  • increment version in setup.py
  • add new changelog section in CHANGES.rst
  • align DESCRIPTION.rst with README.md
  • commit/push all changes

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

find -name "*~" -delete
rm dist/*
python3 setup.py clean
python3 setup.py sdist
twine upload dist/*

Github

Steps:

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

image-dataset-converter-all

  • increment minimum version to newly released one in setup.py
  • add note to CHANGES.rst with link to the release