release #18
release.yml
on: release
Matrix: build-wheels
Publish Docker image
0s
Publish to PyPI
0s
Publish to Test PyPI
0s
Annotations
4 errors and 1 warning
Build wheels on macos-14
Command ['pip', 'install', '/private/var/folders/zn/hj183dg15s713b47j2wlhwzw0000gn/T/cibw-run-su3fcm4i/cp39-macosx_arm64/repaired_wheel/hyperon-0.2.0-cp39-cp39-macosx_14_5_arm64.whl'] failed with code 1.
|
Build wheels on macos-14
Process completed with exit code 1.
|
Build wheels on macos-13
Command ['pip', 'install', '/private/var/folders/p8/4kqxx6ms6d1br5m16sgksvg00000gn/T/cibw-run-i4gs4nz_/cp37-macosx_x86_64/repaired_wheel/hyperon-0.2.0-cp37-cp37m-macosx_13_6_x86_64.whl'] failed with code 1.
|
Build wheels on macos-13
Process completed with exit code 1.
|
Build wheels on macos-14
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"`.
|