Skip to content

Commit 5643c22

Browse files
committed
changing pipeline
1 parent ca3e354 commit 5643c22

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/build_primary_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: pypa/[email protected]
2222
env:
2323
CIBW_ARCHS: ${{ matrix.cibw_archs }}
24-
CIBW_SKIP: "cp311-* pp* *-musllinux_*"
24+
CIBW_SKIP: "cp311-* pp*"
2525
CIBW_TEST_REQUIRES: pytest
2626
CIBW_TEST_COMMAND: >
2727
python -X faulthandler {package}/test/debug.py &&

.github/workflows/build_secondary_wheels.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
strategy:
1616
matrix:
1717
include:
18-
- os: ubuntu-latest
19-
cibw_archs: "native"
2018
- os: ubuntu-latest
2119
cibw_archs: "aarch64"
2220
- os: windows-latest
@@ -37,7 +35,7 @@ jobs:
3735
uses: pypa/[email protected]
3836
env:
3937
CIBW_ARCHS: ${{ matrix.cibw_archs }}
40-
CIBW_SKIP: "cp311-* pp* *-manylinux_x86_64*"
38+
CIBW_SKIP: "cp311-* pp*"
4139
CIBW_TEST_REQUIRES: pytest
4240
CIBW_TEST_COMMAND: >
4341
python -X faulthandler {package}/test/debug.py &&

0 commit comments

Comments
 (0)