Publishing Checklist¶
Before a MetaHQ package is published to PyPI, make sure all statements below are satisfied.
- Updated package version in:
/packages/core/src/metahq_core/__init__.pyformetahq_core./packages/cli/src/metahq_cli/__init__.pyformetahq_cli.
- All tests passing.
- Updated/checked hard-coded variables in:
/packages/core/src/metahq_core/util/supported.pyformetahq_core./packages/cli/src/metahq_cli/util/supported.pyformetahq_cli.
- Made note of any new hard-coded variables.
- Updated
pyproject.tomlin:/packages/core/pyproject.tomlformetahq_core./packages/cli/pyproject.tomlformetahq_cli.
- Updated
pip installfrom tar example indocs/getting-started/installation.mdwith new package number. - Updated/checked
metahq setupexample specifying a DOI indocs/user-guide/setup.mdwith newest MetaHQ data package DOI. - Updated/checked manual documentation in
docs/user-guide.