Skip to content

Commit 1beff25

Browse files
Merge pull request #15 from paradigmxyz/cffi
ci: disable sccache
2 parents a7cea5f + be7892a commit 1beff25

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
# for its own release process, but recommends using `pyo3` for new
4747
# projects for some reason.
4848
args: --release --out dist --find-interpreter
49-
sccache: 'true'
5049
manylinux: auto
5150
- name: Upload wheels
5251
uses: actions/upload-artifact@v3
@@ -72,7 +71,6 @@ jobs:
7271
with:
7372
target: ${{ matrix.target }}
7473
args: --release --out dist --find-interpreter
75-
sccache: 'true'
7674
- name: Upload wheels
7775
uses: actions/upload-artifact@v3
7876
with:
@@ -94,7 +92,6 @@ jobs:
9492
with:
9593
target: ${{ matrix.target }}
9694
args: --release --out dist --find-interpreter
97-
sccache: 'true'
9895
- name: Upload wheels
9996
uses: actions/upload-artifact@v3
10097
with:

0 commit comments

Comments
 (0)