Skip to content

Added CI for pre-built wheels #4

Added CI for pre-built wheels

Added CI for pre-built wheels #4

Triggered via push September 9, 2024 16:29
Status Cancelled
Total duration 1h 14m 29s
Artifacts

build_python.yml

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

Annotations

3 errors, 7 warnings, and 1 notice
Build cp38-musllinux_aarch64
The run was canceled by @SfinxCZ.
Build cp37-musllinux_aarch64
The run was canceled by @SfinxCZ.
Build cp39-musllinux_aarch64
The run was canceled by @SfinxCZ.
build_wheels_matrix
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Ubuntu
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Ubuntu
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
Windows
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Windows
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
Build cp312-win_amd64
Can't delete temporary folder 'C:\Users\runneradmin\AppData\Local\Temp\cibw-run-4hmk4amu'
Build cp38-macosx_arm64
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"`.
Build cp38-macosx_x86_64
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.