Skip to content

Commit

Permalink
Fixing typo in CIBW_SKIP
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorguidi committed May 13, 2024
1 parent 838e439 commit da003ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_python_deps_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
env:
CIBW_ARCHS: ${{ matrix.wheel_combinations[1] }}
CIBW_BUILD: ${{ matrix.python_versions[1] }}
CIBW_SKIL: "*-musllinux_*"
CIBW_SKIP: "*-musllinux_*"


- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit da003ca

Please sign in to comment.