Skip to content

Commit 5530656

Browse files
committed
Renamed linux wheels with proper platform tags
1 parent b7b6d9d commit 5530656

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ jobs:
7878
${{ matrix.cp }}-macosx_x86_64
7979
${{ matrix.cp }}-macosx_arm64
8080
${{ matrix.cp }}-macosx_universal2
81-
CIBW_REPAIR_WHEEL_COMMAND: "" # Disable auditwheel
81+
# Disabled repair wheel since the fmob lib is not compatible
82+
CIBW_REPAIR_WHEEL_COMMAND: ""
83+
CIBW_REPAIR_WHEEL_COMMAND_LINUX: 'mv {wheel} {dest_dir}/"$(basename {wheel} | sed "s/-linux_/-manylinux_2_17_/")"'
8284
CIBW_TEST_REQUIRES: pytest
8385
CIBW_TEST_COMMAND: pytest -v -s {package}/tests
8486
CIBW_TEST_SKIP: "*-macosx_arm64 *-macosx_universal2:arm64"

0 commit comments

Comments
 (0)