diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 30be0cf..545a95b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,6 @@ jobs: # for its own release process, but recommends using `pyo3` for new # projects for some reason. args: --release --out dist --find-interpreter - sccache: 'true' manylinux: auto - name: Upload wheels uses: actions/upload-artifact@v3 @@ -72,7 +71,6 @@ jobs: with: target: ${{ matrix.target }} args: --release --out dist --find-interpreter - sccache: 'true' - name: Upload wheels uses: actions/upload-artifact@v3 with: @@ -94,7 +92,6 @@ jobs: with: target: ${{ matrix.target }} args: --release --out dist --find-interpreter - sccache: 'true' - name: Upload wheels uses: actions/upload-artifact@v3 with: