Feature/ci cd #27
build-wheels.yml
on: pull_request
Matrix: build_wheels
Build source distribution
12s
Matrix: Test package installation
Upload to PyPI
0s
Upload to Test PyPI
0s
Annotations
4 errors and 1 warning
|
Build wheels on windows-latest
Process completed with exit code 1.
|
|
Build wheels on windows-latest
Command python -c "import os,sys; import importlib.util; spec=importlib.util.find_spec('cfd_python'); print('Package location:', spec.submodule_search_locations); pkgdir=spec.submodule_search_locations[0]; print('Contents:', os.listdir(pkgdir)); exts=[f for f in os.listdir(pkgdir) if f.endswith('.so') or f.endswith('.pyd')]; print('Extensions:', exts); import cfd_python; print('Version:', cfd_python.__version__)" failed with code 1.
|
|
Build wheels on macos-latest
The strategy configuration was canceled because "build_wheels.windows-latest" failed
|
|
Build wheels on macos-latest
The operation was canceled.
|
|
Build wheels on 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"`.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
sdist
Expired
|
41.6 KB |
sha256:5494fda90ba1ee893720ef17b7e634bca5ba3f29327f7f40e403f6889d84c255
|
|
|
wheels-ubuntu-latest
Expired
|
100 KB |
sha256:364287fbae1c0ed5af0a839ab3f2767629b85d0ab2213de452531b7ce40a9a6c
|
|