Skip to content

Commit

Permalink
musllinux
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdenobel authored Jul 1, 2024
1 parent d82e7df commit ec517ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_SKIP: "pp* *-win32 *-manylinux_i686"
CIBW_SKIP: "pp* *-win32 *-manylinux_i686 *musllinux*"
- uses: actions/upload-artifact@v4
with:
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
Expand Down

0 comments on commit ec517ca

Please sign in to comment.