@brianokken re: GitHub releases question on @pythonbytes I use them and like them so people can subscribe to be notified of new releases. I use `gh release create` to create from command line every time I push to PyPi. I'm sure this could be done in GH Action but I don't push that often that it's been worth it to figure out how. (I don't push to PyPi from actions either)