Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 443 Bytes

File metadata and controls

42 lines (29 loc) · 443 Bytes

Releasing

  • bump version
  • build PyPI packages
  • upload PyPI packages
  • update class diagram

Dependencies

pip install build twine pylint

Building

python -m build

Uploading to PyPI

twine upload dist/*{VERSION}*

Generating class diagram

pyreverse -o png odesli

Testing

python3 -m unittest discover -s tests

Dependencies

pip install unittest