Example: checklist for release
A brief checklist for a new release.
Before release
- run
make update_output, manually inspectgit diff, and set up/merge as PR.
For a release
- create a release against
main, and auto-generate change log for release notes. - at the command line, run
git switch main; git fetch; rm -f dist/*; python setup.py sdist - then
twine upload dist/*
Categories
This example belongs to the following categories: