Skip to content

Update GitHub Actions release workflow to install setuptools before b… #17

Update GitHub Actions release workflow to install setuptools before b…

Update GitHub Actions release workflow to install setuptools before b… #17

Triggered via push November 28, 2024 15:58
Status Failure
Total duration 16m 13s
Artifacts

release.yml

on: push
Matrix: builds
Fit to window
Zoom out
Zoom in

Annotations

6 errors, 1 warning, and 1 notice
builds (macos-latest)
Command pip install setuptools && pip install -e . && python build.py failed with code 1.
builds (macos-latest)
Process completed with exit code 1.
builds (windows-latest)
The job was canceled because "macos-latest" failed.
builds (windows-latest)
The operation was canceled.
builds (ubuntu-latest)
The job was canceled because "macos-latest" failed.
builds (ubuntu-latest)
The operation was canceled.
builds (macos-latest)
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"`.
builds (macos-latest)
Setting SYSTEM_VERSION_COMPAT=0 to ensure CPython 3.8 can get correct macOS version and allow installation of wheels with MACOSX_DEPLOYMENT_TARGET >= 11.0. See https://github.com/pypa/cibuildwheel/issues/1767 for the details.