.github/workflows/release.yaml #58
release.yaml
on: workflow_dispatch
Matrix: build_linux_wheels
Matrix: build_windows_wheels
Build source distribution
6s
Build macos wheels
57m 28s
Publish indexed_gzip to PyPi
31s
Annotations
1 error, 2 warnings, and 2 notices
Publish indexed_gzip to PyPi
Unable to download artifact(s): Artifact not found for name: wheels
Please ensure that your artifact is not expired and the artifact was uploaded using a compatible version of toolkit/upload-artifact.
For more information, visit the GitHub Artifacts FAQ: https://github.com/actions/toolkit/blob/main/packages/artifact/docs/faq.md
|
Build macos wheels
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 macos wheels
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 macos wheels
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.
|
Build macos wheels
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.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
linux_aarch64_wheels
|
12 MB |
|
linux_i686_wheels
|
12 MB |
|
linux_x86_64_wheels
|
12.3 MB |
|
macos_wheels
|
7 MB |
|
sdist
|
73.6 KB |
|
windows_AMD64_wheels
|
2.45 MB |
|
windows_x86_wheels
|
2.37 MB |
|