We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e4b423 commit 550cd71Copy full SHA for 550cd71
.github/workflows/linux.yml
@@ -108,7 +108,7 @@ jobs:
108
LDFLAGS: -L/usr/lib -L/usr/lib/x86_64-linux-gnu
109
- name: Repair wheel
110
run: |
111
- auditwheel repair --plat manylinux_2_31_x86_64 -w stpyv8-linux-${{ matrix.python-version }} stpyv8-linux-wheelhouse-${{ matrix.python-version }}/*.whl
+ auditwheel repair --plat manylinux_2_34_x86_64 -w stpyv8-linux-${{ matrix.python-version }} stpyv8-linux-wheelhouse-${{ matrix.python-version }}/*.whl
112
- name: Install wheel
113
114
python -m pip install stpyv8-linux-${{ matrix.python-version }}/*.whl
0 commit comments