ci: release linux python wheels with cuda support

This commit is contained in:
youben11
2023-01-12 11:19:36 +01:00
committed by Ayoub Benaissa
parent fd2ce968ea
commit f6edcd28e9

View File

@@ -99,6 +99,7 @@ jobs:
# setup env variable for wheel building
export CONCRETE_COMPILER_Python3_EXECUTABLE=$PYTHON_EXEC
export CONCRETE_COMPILER_BUILD_DIR=/build
export CONCRETE_COMPILER_CUDA_SUPPORT=ON
/opt/python/${{ matrix.python_dir }}/bin/pip wheel -vvv --no-deps -w /wheels .
# We need to run it twice: the first will generate the directories, so that
# the second run can find the packages via find_namespace_packages