diff --git a/.github/workflows/maturin.yaml b/.github/workflows/maturin.yaml index 021d656..30051c3 100644 --- a/.github/workflows/maturin.yaml +++ b/.github/workflows/maturin.yaml @@ -67,10 +67,6 @@ jobs: repository: PyO3/maturin ref: ${{ env.version }} - - name: Patch source - run: | - curl -sL https://github.com/loong64/maturin/raw/refs/heads/main/patch-loong64.patch | patch -p1 - build: name: Build maturin ${{ matrix.platform }} wheel on ${{ matrix.os }} needs: [check-wheel-exists, download]