Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 554 Bytes

checklist_release.md

File metadata and controls

21 lines (17 loc) · 554 Bytes

Steps before a release:

Tests

  • Run all tests! Use python from the command line to ensure no unnecessary print output remains!
python3 -m unittest discover -s tests/unit
python3 -m unittest discover -s tests/integration
  • Check also the creation of the examples in the corresponding folder
  • Check inlog-flowchart on the examples

Documentation

  • Update whats-new.md
  • Bump versions in pyproject.toml and __init__.py

Release

python3 -m build
twine upload dist/inlog-2.1.0-py3-none-any.whl dist/inlog-2.1.0.tar.gz