Releases
Install
rdmo[dev]
.Ensure tests are passing.
Check that version in
rdmo/__init__.py
,CHANGELOG.md
and 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
twine
to Test PyPI:
twine upload -r testpypi dist/*
Check https://test.pypi.org/project/rdmo/.
Upload with
twine
to PyPI:
twine upload dist/*
Check https://pypi.org/project/rdmo/.
Create release on GitHub.