Skip to content

Commit

Permalink
Exclude some more uncommon platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Nov 20, 2023
1 parent 832c701 commit c17227e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true

- uses: actions/setup-python@v4
Expand All @@ -26,7 +27,8 @@ jobs:
# only build cpython
CIBW_BUILD: "cp*"
# but not 3.12 as numpy is not yet released with 3.12 support
CIBW_SKIP: "cp312-*"
# also exclude 32 bit and musl architectures to reduce build time for now
CIBW_SKIP: "cp312-* *-win32 *-manylinux_i686 *musllinux*"

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit c17227e

Please sign in to comment.