Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 356 Bytes

RELEASE.md

File metadata and controls

16 lines (12 loc) · 356 Bytes

Release information

make release

  • update release notes in release-notes with commit

  • make sure all tests run (tox -p)

  • bump version (bumpversion [major|minor|patch])

  • git push --tags (triggers release)

  • git push

  • test installation in virtualenv from pypi

mkvirtualenv test --python=python3.11
(test) pip install pymetadata