Releases
Install
rdmo[dev].Ensure tests are passing.
Check that version in
rdmo/__init__.py,CHANGELOG.mdand all the other things are up to date.Build production front-end files, source-distribution and wheel using:
rdmo-admin build
which calls npm ci and npm run build:prod and python -m build
Upload with
twineto Test PyPI:
twine upload -r testpypi dist/*
Check https://test.pypi.org/project/rdmo/.
Upload with
twineto PyPI:
twine upload dist/*
Check https://pypi.org/project/rdmo/.
Create release on GitHub.