Skip to content

Commit 2cccb05

Browse files
committed
ci: copy obstore
1 parent ceb4101 commit 2cccb05

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.github/workflows/pypi.yaml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,22 @@ jobs:
2121
platform:
2222
- runner: ubuntu-latest
2323
target: x86_64
24+
manylinux: auto
2425
- runner: ubuntu-latest
2526
target: x86
27+
manylinux: auto
28+
- runner: ubuntu-latest
29+
target: aarch64
30+
manylinux: "2_28"
2631
- runner: ubuntu-latest
2732
target: armv7
33+
manylinux: auto
2834
- runner: ubuntu-latest
29-
target: ppc64le
35+
target: s390x
36+
manylinux: auto
3037
- runner: ubuntu-latest
31-
target: aarch64
38+
target: ppc64le
39+
manylinux: auto
3240
steps:
3341
- uses: actions/checkout@v4
3442
- uses: actions/setup-python@v5
@@ -40,8 +48,7 @@ jobs:
4048
target: ${{ matrix.platform.target }}
4149
args: --release --out dist --find-interpreter
4250
sccache: "true"
43-
manylinux: "2_28"
44-
before-script-linux: /usr/bin/python3 -m ensurepip
51+
manylinux: ${{ matrix.platform.manylinux }}
4552
- name: Upload wheels
4653
uses: actions/upload-artifact@v4
4754
with:

0 commit comments

Comments
 (0)