Skip to content

Commit

Permalink
Merge pull request #15 from paradigmxyz/cffi
Browse files Browse the repository at this point in the history
ci: disable sccache
  • Loading branch information
charles-cooper authored Apr 19, 2024
2 parents a7cea5f + be7892a commit 1beff25
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 1beff25

Please sign in to comment.