Skip to content

Commit 550cd71

Browse files
committed
[Github Actions] Upgrade auditwheel repair platform
1 parent 4e4b423 commit 550cd71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
LDFLAGS: -L/usr/lib -L/usr/lib/x86_64-linux-gnu
109109
- name: Repair wheel
110110
run: |
111-
auditwheel repair --plat manylinux_2_31_x86_64 -w stpyv8-linux-${{ matrix.python-version }} stpyv8-linux-wheelhouse-${{ matrix.python-version }}/*.whl
111+
auditwheel repair --plat manylinux_2_34_x86_64 -w stpyv8-linux-${{ matrix.python-version }} stpyv8-linux-wheelhouse-${{ matrix.python-version }}/*.whl
112112
- name: Install wheel
113113
run: |
114114
python -m pip install stpyv8-linux-${{ matrix.python-version }}/*.whl

0 commit comments

Comments
 (0)