Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.rst

Building Kornia packages for release

Wheels

Linux

In order to generate wheels define `KORNIA_BUILD_VERSION`.

KORNIA_BUILD_VERSION=0.x.x ./build_wheel.sh

This 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