Skip to content

Commit

Permalink
[CI] fix auditwheel on python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
calendulish committed Oct 14, 2023
1 parent de795af commit 7d9ab41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
with:
python-version: '3.12'
- run: python -m pip install patchelf auditwheel
- run: python -m pip install patchelf auditwheel setuptools
- run: python ./tools/auditwheel_.py repair --plat manylinux_2_28_x86_64 linux_3.12/dist/stlib-*cp312*.whl
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
with:
Expand Down

0 comments on commit 7d9ab41

Please sign in to comment.