Skip to content

Commit c738eb0

Browse files
committed
remove x86_64 for linux and try
1 parent bf51aa6 commit c738eb0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
strategy:
2525
matrix:
26-
target: [x86_64, x86, aarch64, armv7, s390x, ppc64le]
26+
target: [x86, aarch64, armv7, s390x, ppc64le]
2727
steps:
2828
- uses: actions/checkout@v3
2929
- uses: actions/setup-python@v4
@@ -35,6 +35,7 @@ jobs:
3535
target: ${{ matrix.target }}
3636
args: --release --out dist --find-interpreter
3737
sccache: 'true'
38+
manylinux: auto
3839
- name: Upload wheels
3940
uses: actions/upload-artifact@v3
4041
with:

0 commit comments

Comments
 (0)