Skip to content

release

release #16

Triggered via release July 31, 2024 07:49
@vsbogdvsbogd
published 80af220
Status Failure
Total duration 7m 1s
Artifacts

release.yml

on: release
Matrix: build-wheels
Publish Docker image
0s
Publish Docker image
Publish to PyPI
0s
Publish to PyPI
Publish to Test PyPI
0s
Publish to Test PyPI
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
Build wheels on macos-14
Command ['pip', 'install', '/private/var/folders/zn/hj183dg15s713b47j2wlhwzw0000gn/T/cibw-run-b9jhxf2l/cp312-macosx_arm64/repaired_wheel/hyperon-0.2.0-cp312-cp312-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-1j12lmx8/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"`.