We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec64810 commit de00b7dCopy full SHA for de00b7d
.github/workflows/maturin.yml
@@ -37,10 +37,8 @@ jobs:
37
with:
38
target: ${{ matrix.platform.target }}
39
args: --release --out dist --find-interpreter
40
- sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
+ # sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
41
manylinux: 2_24
42
- before_script: |
43
- python3 -m ensurepip
44
- name: Upload wheels
45
uses: actions/upload-artifact@v4
46
0 commit comments