Skip to content

Add ubuntu-24.04-arm runner to create Linux ARM64 wheels. #14

Add ubuntu-24.04-arm runner to create Linux ARM64 wheels.

Add ubuntu-24.04-arm runner to create Linux ARM64 wheels. #14

Workflow file for this run

name: Build wheels
on: push
jobs:
build_wheels:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-13, macos-14]
steps:
- uses: actions/checkout@v4
- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_BUILD: "cp3*"
CIBW_ENVIRONMENT_WINDOWS: "CL=-d2FH4- _CL_=-MT"
CIBW_BUILD_VERBOSITY: 3
- uses: actions/upload-artifact@v4
with:
name: pybox2d-wheels-${{ matrix.os }}-${{ strategy.job-index }}
path: ./wheelhouse/*.whl