Skip to content

Commit a11cfa7

Browse files
committed
maybe fix?
1 parent cd4db1a commit a11cfa7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/pypi.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,22 @@ jobs:
2323
platform:
2424
- runner: ubuntu-22.04
2525
target: x86_64
26+
manylinux: auto
2627
- runner: ubuntu-22.04
2728
target: x86
29+
manylinux: auto
2830
- runner: ubuntu-22.04
2931
target: aarch64
32+
manylinux: "2_28"
3033
- runner: ubuntu-22.04
3134
target: armv7
35+
manylinux: auto
3236
- runner: ubuntu-22.04
3337
target: s390x
38+
manylinux: auto
3439
- runner: ubuntu-22.04
3540
target: ppc64le
41+
manylinux: auto
3642
steps:
3743
- uses: actions/checkout@v4
3844
- uses: actions/setup-python@v5
@@ -44,7 +50,7 @@ jobs:
4450
target: ${{ matrix.platform.target }}
4551
args: --release --out dist --find-interpreter -F duckdb/bundled
4652
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
47-
manylinux: auto
53+
manylinux: ${{ matrix.platform.manylinux }}
4854
- name: Upload wheels
4955
uses: actions/upload-artifact@v4
5056
with:

0 commit comments

Comments
 (0)