In order to generate wheels define `KORNIA_BUILD_VERSION`.
KORNIA_BUILD_VERSION=0.x.x ./build_wheel.shThis will produce a `*whl` file under `OUT_DIR`, by default to `/tmp`.
You can upload the wheels usng Twine
cd /tmp/remote
python3 -m twine upload *.whl