Skip to content

Commit 3a2717d

Browse files
committed
Issue #33: Still trying to get wheels build going.
1 parent 98c3d79 commit 3a2717d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
env:
7171
CIBW_BUILD: "${{ matrix.python.version }}-*"
7272
CIBW_BUILD_VERBOSITY: 3
73+
CIBW_BEFORE_TEST: "python -m zipfile -l {wheel}"
7374

7475
- uses: actions/upload-artifact@v7
7576
if: success()

src/python/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ pybind11_add_module(sksurgeryopencvpython bindings.cpp ndarray_converter.cpp)
55
target_link_libraries(sksurgeryopencvpython PRIVATE sksurgeryopencvcpp)
66
target_include_directories(sksurgeryopencvpython PRIVATE ${Python_NumPy_INCLUDE_DIRS})
77

8-
install(TARGETS sksurgeryopencvpython LIBRARY DESTINATION . RUNTIME DESTINATION .)
8+
install(TARGETS sksurgeryopencvpython DESTINATION .)

0 commit comments

Comments
 (0)