Skip to content

Commit

Permalink
Try again python 3.8 on MacOs
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
  • Loading branch information
jeandet committed Mar 12, 2024
1 parent 2d05146 commit e681f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
auditwheel repair -w {dest_dir} --exclude libpyside6.abi3.so.6.6 --exclude libshiboken6.abi3.so.6.6 --exclude libQt6Core.so.6 --exclude libQt6Widgets.so.6 --exclude libQt6Gui.so.6 --exclude libpyside6qml.abi3.so.6.6 --exclude libGLX.so.0 --exclude libOpenGL.so.0 --exclude libxcb.so.1 --only-plat --plat manylinux_2_28_x86_64 {wheel}
CIBW_REPAIR_WHEEL_COMMAND_MACOS:
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
CIBW_SKIP: "*-win32 *i686 *38-macosx* pp* *musllinux*"
CIBW_SKIP: "*-win32 *i686 pp* *musllinux*"
CIBW_BUILD_VERBOSITY: 3
CIBW_ARCH: ${{ matrix.arch }}

Expand Down

0 comments on commit e681f86

Please sign in to comment.