Skip to content

fix upload

fix upload #369

Re-run triggered September 12, 2024 10:53
Status Success
Total duration 56s
Artifacts 8
Build wheels for manylinux_2_28
4m 32s
Build wheels for manylinux_2_28
Build wheels for manylinux2014
9m 1s
Build wheels for manylinux2014
Build wheels for musllinux_x86_64 (alpine)
11m 20s
Build wheels for musllinux_x86_64 (alpine)
Build wheels on windows-latest
14m 55s
Build wheels on windows-latest
Build wheels on macos-14 (arm64)
6m 29s
Build wheels on macos-14 (arm64)
Build wheels on macos-13
16m 12s
Build wheels on macos-13
Build source distribution
15s
Build source distribution
Build 32bit wheels on windows-latest
14m 3s
Build 32bit wheels on windows-latest
upload_pypi
46s
upload_pypi
Fit to window
Zoom out
Zoom in

Annotations

19 warnings and 1 notice
Build wheels for manylinux2014
cibuildwheel 2.x no longer supports Python < 3.6. Please use the 1.x series or update CIBW_SKIP
Build wheels for manylinux2014
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build wheels for musllinux_x86_64 (alpine)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build source distribution
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build wheels for manylinux_2_28
cibuildwheel 2.x no longer supports Python < 3.6. Please use the 1.x series or update CIBW_SKIP
Build wheels for manylinux_2_28
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build wheels on macos-13
cibuildwheel 2.x no longer supports Python < 3.6. Please use the 1.x series or update CIBW_SKIP
Build wheels on macos-13
Bumping MACOSX_DEPLOYMENT_TARGET (10.9) to the minimum required (10.13).
Build wheels on macos-13
Bumping MACOSX_DEPLOYMENT_TARGET (10.9) to the minimum required (10.15).
Build wheels on macos-13
Bumping MACOSX_DEPLOYMENT_TARGET (10.9) to the minimum required (10.15).
Build wheels on macos-13
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build wheels on macos-14 (arm64)
cibuildwheel 2.x no longer supports Python < 3.6. Please use the 1.x series or update CIBW_SKIP
Build wheels on macos-14 (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 wheels on macos-14 (arm64)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build 32bit wheels on windows-latest
cibuildwheel 2.x no longer supports Python < 3.6. Please use the 1.x series or update CIBW_SKIP
Build 32bit wheels on windows-latest
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build wheels on windows-latest
cibuildwheel 2.x no longer supports Python < 3.6. Please use the 1.x series or update CIBW_SKIP
Build wheels on windows-latest
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Upgrade to Trusted Publishing
Trusted Publishers allows publishing packages to PyPI from automated environments like GitHub Actions without needing to use username/password combinations or API tokens to authenticate with PyPI. Read more: https://docs.pypi.org/trusted-publishers
Build wheels on macos-13
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.