diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index df583ec8..67405503 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -39,7 +39,7 @@ jobs: strategy: matrix: python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] - target: [x86_64] + target: [x86_64, aarch64] defaults: run: working-directory: ./src/python @@ -50,10 +50,6 @@ jobs: profile: minimal toolchain: stable override: true - - name: Install Dependencies - run: | - sudo apt-get update - sudo apt-get install -y pkg-config libopus-dev libopusfile-dev - name: Build Wheels uses: PyO3/maturin-action@v1.40.7