Distribute `.pyz` through GitHub Releases
It would be great if gnome-extensions-cli was distributed as a pyz executable in the Github Releases.
This would allow users to install it by simply curling and chmod +xing it, without requiring a working pip, pipx or whatever.
For example, pipx itself is distributed as a pyz: https://github.com/pypa/pipx/releases
This can be done through zipapps: https://pypi.org/project/zipapps/
What do you think?
Hi
To be honest, I didn't know about zipapps and pyz :)
I'll have a look to integrate it in the GH actions (i'm not used to GH actions yet).
That's awesome, thank you very much.
Once that's done, I will change my dotfiles to automatically download and gext.pyz to ~/.local/bin/gext, which will greatly make it more portable. :)