Consider publishing sdist/ wheels to pypi.org

Hi! I'm currently considering options for PGP integration with Python (for a project I'm working on) and unfortunately the situation is rather desolate.

While https://pypi.org/project/gpg/ is woefully out-of-date (and can not be built with current tooling of that ecosystem), sequoia's Python integration does not seem to exist on pypi at all.

Are there plans to publish sdist tarballs and (prebuilt) wheels for sequoia's Python integration on pypi in the future? Especially wheels would help in integrating sequoia (without performance penalty due to building it from scratch) in projects that are maintained using one of the many project management softwares (e.g. poetry, pdm, flit, etc.) to ease multi-platform use and testing, as otherwise users can only rely on this integration if their operating system/ distribution is providing this somehow (e.g. as a package).

On Arch Linux we currently still provide python-sequoia as part of the sequoia base package, but since sequoia-ffi has been split out, I'm wondering about the future of the Python integration and how this would even be packaged in the future.