File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 strategy :
1919 fail-fast : false
2020 matrix :
21- os : [ubuntu-22.04, windows-2022, macos-latest]
21+ os : [ubuntu-22.04, windows-2022, macos-13, macos- latest]
2222
2323 steps :
2424 # Note: the action happens inside a docker image
@@ -29,14 +29,17 @@ jobs:
2929 env :
3030 CIBW_MANYLINUX_X86_64_IMAGE : manylinux2014
3131 CIBW_MANYLINUX_I686_IMAGE : manylinux2014
32+ CIBW_MANYLINUX_AARCH64_IMAGE : manylinux2014
33+ CIBW_ARCHS_LINUX : auto aarch64
3234 CIBW_SKIP : " pp* *-win32 *-manylinux_i686 *musllinux*"
3335 CIBW_BEFORE_BUILD_LINUX : yum install -y libunwind-devel elfutils-libelf-devel libdwarf-devel
3436 CIBW_BEFORE_TEST : pip install -r test_requirements.txt
3537 CIBW_TEST_COMMAND : cd {package} && pytest vmprof jitlog -vv
3638 CIBW_TEST_COMMAND_WINDOWS : cd /d {package} && pytest vmprof jitlog -vv
3739
38- - uses : actions/upload-artifact@v3
40+ - uses : actions/upload-artifact@v4
3941 with :
42+ name : ${{ matrix.os }}
4043 path : ./wheelhouse/*.whl
4144
4245
You can’t perform that action at this time.
0 commit comments