diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index 5ae9852a5..97f72fbee 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -272,8 +272,6 @@ jobs: maturin_docker_options: -e JEMALLOC_SYS_WITH_LG_PAGE=16 - target: armv7-unknown-linux-gnueabihf arch: armv7 - - target: armv7-unknown-linux-musleabihf - arch: armv7 - target: arm-unknown-linux-musleabihf arch: arm @@ -306,8 +304,6 @@ jobs: pip3 install ${{ env.PACKAGE_NAME }} --no-index --find-links dist/ --force-reinstall ${{ env.MODULE_NAME }} --help - name: "Upload wheels" - # Skip for `arm`, which is not supported by PyPI. - if: ${{ matrix.platform.arch != 'arm' }} uses: actions/upload-artifact@v4 with: name: wheels-${{ matrix.platform.target }} @@ -540,6 +536,8 @@ jobs: - target: aarch64-unknown-linux-musl arch: aarch64 maturin_docker_options: -e JEMALLOC_SYS_WITH_LG_PAGE=16 + - target: armv7-unknown-linux-musleabihf + arch: armv7 steps: - uses: actions/checkout@v4