Skip to content

Commit 36285cb

Browse files
authored
Merge pull request K0lb3#160 from squaresmile/fix-linux-wheel-tag
Renamed linux wheels with proper platform tags
2 parents b7b6d9d + 5530656 commit 36285cb

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)