diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 29e7a7a4..e6a7a7cd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -83,12 +83,14 @@ jobs: - "cp311-*" - "cp312-*" - "cp313-*" - cibw_arch: ["x86_64", "aarch64", "universal2"] + cibw_arch: ["x86_64", "aarch64", "armv7l", "universal2"] exclude: - os: ubuntu-latest cibw_arch: universal2 - os: macos-latest cibw_arch: aarch64 + - os: macos-latest + cibw_arch: armv7l defaults: run: