Skip to content

Commit de00b7d

Browse files
committed
https://github.com/PyO3/maturin-action/issues/249
1 parent ec64810 commit de00b7d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/maturin.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,8 @@ jobs:
3737
with:
3838
target: ${{ matrix.platform.target }}
3939
args: --release --out dist --find-interpreter
40-
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
40+
# sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
4141
manylinux: 2_24
42-
before_script: |
43-
python3 -m ensurepip
4442
- name: Upload wheels
4543
uses: actions/upload-artifact@v4
4644
with:

0 commit comments

Comments
 (0)