-
Update the version number in the following files:
-
pyproject.toml -
instrumentdb/__init__.py -
CHANGELOG.md(be sure to leave an emptyHEADtitle at the top);
-
-
Run
poetry update -
Export the requirements:
poetry export > requirements.txt -
Create a
.tar.gzfile usingpoetry buildand upload it to the GitHub release page.