Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 343 Bytes

RELEASE.md

File metadata and controls

15 lines (11 loc) · 343 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)

  • test installation in virtualenv from pypi

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