changelog: preparing for release v1.0.1 #103
Annotations
2 errors and 1 warning
Command delocate-wheel --require-archs arm64 -w /private/var/folders/py/lcjn3y352g1106vf1rqk521r0000gn/T/cibw-run-sctqxl8l/cp312-macosx_arm64/repaired_wheel -v /private/var/folders/py/lcjn3y352g1106vf1rqk521r0000gn/T/cibw-run-sctqxl8l/cp312-macosx_arm64/built_wheel/nifty_ls-1.0.1-cp312-abi3-macosx_11_0_arm64.whl && case "$(basename /private/var/folders/py/lcjn3y352g1106vf1rqk521r0000gn/T/cibw-run-sctqxl8l/cp312-macosx_arm64/built_wheel/nifty_ls-1.0.1-cp312-abi3-macosx_11_0_arm64.whl)" in *"-abi3-"*) pip install -U abi3audit && abi3audit --strict --report /private/var/folders/py/lcjn3y352g1106vf1rqk521r0000gn/T/cibw-run-sctqxl8l/cp312-macosx_arm64/built_wheel/nifty_ls-1.0.1-cp312-abi3-macosx_11_0_arm64.whl;; esac failed with code 1.
|
|
While cibuildwheel can build CPython 3.8 universal2/arm64 wheels, we cannot test the arm64 part of them, even when running on an Apple Silicon machine. This is because we use the x86_64 installer of CPython 3.8. See the discussion in https://github.com/pypa/cibuildwheel/pull/1169 for the details. To silence this warning, set `CIBW_TEST_SKIP: "cp38-macosx_*:arm64"`.
|
The logs for this run have expired and are no longer available.
Loading