Skip to content

Commit 1bab2e7

Browse files
committed
add more wheels, use upload v4
1 parent d0760c2 commit 1bab2e7

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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

0 commit comments

Comments
 (0)