- Update the CHANGELOG on the master branch
- Update
__version__inpip_check_reqs/__init__.pyon the master branch.
Run the following steps, entering a PyPI API token when prompted:
git checkout master && \
git pull && \
uv pip install --upgrade twine build && \
rm -rf build dist && \
git status # There should be no uncommitted changes. && \
uv run python -m build && \
uv run twine upload --username=__token__ -r pypi dist/*