Skip to content

Commit da003ca

Browse files
committed
Fixing typo in CIBW_SKIP
1 parent 838e439 commit da003ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_python_deps_linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
env:
7474
CIBW_ARCHS: ${{ matrix.wheel_combinations[1] }}
7575
CIBW_BUILD: ${{ matrix.python_versions[1] }}
76-
CIBW_SKIL: "*-musllinux_*"
76+
CIBW_SKIP: "*-musllinux_*"
7777

7878

7979
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)