Skip to content

Commit

Permalink
ci: pypi add *-musllinux_i686 skip
Browse files Browse the repository at this point in the history
  • Loading branch information
long2ice committed Apr 24, 2024
1 parent 79a0219 commit 076218a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_SKIP: "cp36-* *-win32 *-manylinux_i686"
CIBW_SKIP: "cp36-* *-win32 *-manylinux_i686 *-musllinux_i686"
- uses: actions/upload-artifact@v4
with:
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
Expand Down

0 comments on commit 076218a

Please sign in to comment.