Open
Description
It looks like PyPI only has the source distribution for each release: https://pypi.org/project/llama-cpp-python/0.2.6/#files

But the GitHub release at https://github.com/abetlen/llama-cpp-python/releases/tag/v0.2.6 lists many more files than that:

Would it be possible to push those wheels to PyPI as well?
I'd love to be able to pip install llama-cpp-python
and get a compiled wheel for my platform.