Skip to content

Commit

Permalink
Exclude manylinux_i686 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdenobel authored Jul 1, 2024
1 parent 2f386ae commit d82e7df
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"
CIBW_SKIP: "pp* *-win32 *-manylinux_i686"
- uses: actions/upload-artifact@v4
with:
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
Expand Down

0 comments on commit d82e7df

Please sign in to comment.