We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ff85f7 commit b7d9d72Copy full SHA for b7d9d72
.github/workflows/build-python-wheel.yml
@@ -46,6 +46,7 @@ jobs:
46
CIBW_TEST_SKIP: "*" # Skip tests for faster builds
47
CIBW_BEFORE_BUILD: pip install pybind11 scikit-build-core
48
CIBW_ENVIRONMENT: "CIBW_BUILD=cp${{ matrix.python == '3.10' && '310' || matrix.python == '3.11' && '311' || matrix.python == '3.12' && '312' || matrix.python == '3.8' && '38' || matrix.python == '3.9' && '39' }}-*"
49
+ CIBW_REPAIR_WHEEL_COMMAND: "auditwheel repair -w {dest_dir} {wheel} --exclude libjetpwmon.so"
50
51
- name: Upload wheels
52
uses: actions/upload-artifact@v4
0 commit comments