File size: 460 Bytes
36c95ba
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Building Kornia packages for release
====================================

Wheels
------

Linux
#####

In order to generate wheels define ```KORNIA_BUILD_VERSION```.

.. code:: bash

    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 using `Twine <https://pypi.org/project/twine/>`_

.. code:: bash

    cd /tmp/remote
    python3 -m twine upload *.whl