Use automated tag -> GH release workflow to help packager
Hello Mister trezor!
Blast from the past. Could you consider doing something similar to this?
https://github.com/processone/eturnal/blob/master/.github/workflows/release.yml
it would help us poor packagers because github has this nice custom watch -> release option so i wont miss to update the package for your library on time! :D
Hey darix! 👋
Long time no see ;)
I am quite hesitant to add such action for several reasons.
Can't you use PyPI as the source of truth for your watch? That is more relevant than a tag/release on GitHub. Since I consider a release done only if it is pushed to PyPI, not earlier.
well i usually do the watch -> custom -> [release, security] on github for everything I package. and I need your software for qmk so i can reconfigure my keyboard :)
Also ... maybe there is a GH pipeline that could automate the pypi thing from a tag? :)