We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1a90bb commit c883a26Copy full SHA for c883a26
cuda_bindings/pyproject.toml
@@ -112,6 +112,7 @@ exclude = ["cuda/bindings/_version.py"]
112
"F841"] # F841 complains about unused variables, but some assignments have side-effects that could be useful for tests (func calls for example)
113
114
[tool.cibuildwheel]
115
+skip = "musllinux_*"
116
enable = "cpython-freethreading"
117
build-verbosity = 1
118
environment-pass = ["CUDA_PATH", "CUDA_PYTHON_PARALLEL_LEVEL"]
0 commit comments