-
Get
main
to the appropriate code release state. GitHub Actions should be running cleanly for all merges tomain
. -
Edit release draft, adjust text if needed: https://github.com/ultrajson/ultrajson/releases
-
Check next tag is correct, amend if needed
-
Publish release
-
Check the tagged GitHub Actions builds have deployed source and wheels to PyPI
-
Check installation:
pip3 uninstall -y ujson && pip3 install -U ujson
python3 -c "import ujson; print(ujson.__version__)"