Tool to upload Gnome-Shell extensions to extensions.gnome.org.
This is a fork of 'gnome-extension-uploader' which seems to be abandoned.
You can find this python module on https://pypi.org/project/gnome-extension-publisher/
pip install gnome-extension-publisher
gep build # runs glib-compile-schemas and builds the zip file
gep publish --username <YOUR_EXTENSIONS_GNOME_ORG_USERNAME> --password <YOUR_EXTENSIONS_GNOME_ORG_PASSWORD>
gep --help # for help :)
You can also provide your username and password via environment variables (GEP_USERNAME, GEP_PASSWORD).
Feel free to submit a pull request