From 72b5530db566930f24a97e9ea7fa78376d238e13 Mon Sep 17 00:00:00 2001 From: hab <_@habnab.it> Date: Sun, 27 Oct 2024 18:26:41 -0700 Subject: [PATCH] dedup musl --- .github/workflows/build-wheels.yml | 39 ------------------------------ 1 file changed, 39 deletions(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index e7e151c..c7e2df1 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -76,45 +76,6 @@ jobs: name: wheels-linux-${{ matrix.platform.target }} path: dist - musllinux: - runs-on: ${{ matrix.platform.runner }} - strategy: - matrix: - platform: - - runner: ubuntu-latest - target: x86_64 - - runner: ubuntu-latest - target: x86 - - runner: ubuntu-latest - target: aarch64 - - runner: ubuntu-latest - target: armv7 - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 - with: - python-version: | - pypy3.9 - pypy3.10 - 3.7 - 3.8 - 3.9 - 3.10 - 3.11 - 3.12 - - name: Build wheels - uses: PyO3/maturin-action@v1 - with: - target: ${{ matrix.platform.target }} - args: --release --out dist --find-interpreter - sccache: 'true' - manylinux: musllinux_1_2 - - name: Upload wheels - uses: actions/upload-artifact@v4 - with: - name: wheels-musllinux-${{ matrix.platform.target }} - path: dist - windows: runs-on: ${{ matrix.platform.runner }} strategy: