cffi universal2 fix

This commit is contained in:
Flowseal 2026-03-18 18:15:06 +03:00
parent 053ec3e00f
commit d2190cfec6
1 changed files with 7 additions and 0 deletions

View File

@ -102,6 +102,7 @@ jobs:
--python-version 3.12 \ --python-version 3.12 \
--implementation cp \ --implementation cp \
-d wheelhouse/arm64 \ -d wheelhouse/arm64 \
'cffi>=2.0.0' \
Pillow==12.1.0 \ Pillow==12.1.0 \
psutil==7.0.0 psutil==7.0.0
@ -111,6 +112,7 @@ jobs:
--python-version 3.12 \ --python-version 3.12 \
--implementation cp \ --implementation cp \
-d wheelhouse/x86_64 \ -d wheelhouse/x86_64 \
'cffi>=2.0.0' \
Pillow==12.1.0 Pillow==12.1.0
python3.12 -m pip download \ python3.12 -m pip download \
@ -121,6 +123,11 @@ jobs:
-d wheelhouse/x86_64 \ -d wheelhouse/x86_64 \
psutil==7.0.0 psutil==7.0.0
delocate-merge \
wheelhouse/arm64/cffi-*.whl \
wheelhouse/x86_64/cffi-*.whl \
-w wheelhouse/universal2
delocate-merge \ delocate-merge \
wheelhouse/arm64/pillow-12.1.0-*.whl \ wheelhouse/arm64/pillow-12.1.0-*.whl \
wheelhouse/x86_64/pillow-12.1.0-*.whl \ wheelhouse/x86_64/pillow-12.1.0-*.whl \