File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -20,20 +20,20 @@ jobs:
2020 with :
2121 submodules : true
2222
23- 24- # with:
25- # package-dir: SDK_wrapper
26- # env:
27- # CIBW_BUILD: cp*-manylinux_x86_64 cp*-macosx_x86_64 cp*-win_amd64
23+ 24+ with :
25+ package-dir : SDK_wrapper
26+ env :
27+ CIBW_BUILD : cp*-manylinux_x86_64 cp*-macosx_x86_64 cp*-win_amd64
2828
29- # CIBW_BEFORE_BUILD_WINDOWS: "pip install delvewheel"
30- # CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "delvewheel repair -w {dest_dir} --add-path .\\SDK_wrapper\\TittaMex\\64\\Windows {wheel}"
29+ CIBW_BEFORE_BUILD_WINDOWS : " pip install delvewheel"
30+ CIBW_REPAIR_WHEEL_COMMAND_WINDOWS : " delvewheel repair -w {dest_dir} --add-path .\\ SDK_wrapper\\ TittaMex\\ 64\\ Windows {wheel}"
3131
32- # CIBW_MANYLINUX_X86_64_IMAGE: quay.io/pypa/manylinux_2_28_x86_64
33- # CIBW_BEFORE_ALL_LINUX: dnf install -y avahi-libs && cp ./SDK_wrapper/TittaMex/64/Linux/libtobii_research.so /usr/lib && ldconfig -n -v /usr/lib
32+ CIBW_MANYLINUX_X86_64_IMAGE : quay.io/pypa/manylinux_2_28_x86_64
33+ CIBW_BEFORE_ALL_LINUX : dnf install -y avahi-libs && cp ./SDK_wrapper/TittaMex/64/Linux/libtobii_research.so /usr/lib && ldconfig -n -v /usr/lib
3434
35- # CIBW_BEFORE_BUILD_MACOS: uname -a
36- # MACOSX_DEPLOYMENT_TARGET: 10.14
35+ CIBW_BEFORE_BUILD_MACOS : uname -a
36+ MACOSX_DEPLOYMENT_TARGET : 10.14
3737
38383939 with :
You can’t perform that action at this time.
0 commit comments