Skip to content

Commit f0dc073

Browse files
committed
ci: skip musllinux
1 parent 3496530 commit f0dc073

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cuda_bindings/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ exclude = ["cuda/bindings/_version.py"]
112112
"F841"] # F841 complains about unused variables, but some assignments have side-effects that could be useful for tests (func calls for example)
113113

114114
[tool.cibuildwheel]
115-
skip = "musllinux_*"
115+
skip = "*-musllinux_*"
116116
enable = "cpython-freethreading"
117117
build-verbosity = 1
118118
environment-pass = ["CUDA_PATH", "CUDA_PYTHON_PARALLEL_LEVEL"]

cuda_core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ exclude = ["cuda/core/_version.py"]
110110
"setup.py" = ["F401"]
111111

112112
[tool.cibuildwheel]
113-
skip = "musllinux_*"
113+
skip = "*-musllinux_*"
114114
enable = "cpython-freethreading"
115115
build-verbosity = 1
116116
environment-pass = ["CUDA_PYTHON_PARALLEL_LEVEL"]

0 commit comments

Comments
 (0)