We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0313151 commit 5316769Copy full SHA for 5316769
1 file changed
.github/workflows/ci.yml
@@ -130,7 +130,7 @@ jobs:
130
with:
131
target: ${{ matrix.platform.target }}
132
args: --release --strip --out dist -i python${{ matrix.python-version }}
133
- sccache: "true"
+ sccache: "false"
134
manylinux: ${{ matrix.manylinux }}
135
before-script-linux: python3 -m ensurepip
136
- name: Upload wheels
@@ -216,7 +216,7 @@ jobs:
216
217
218
219
220
manylinux: musllinux_1_2
221
222
uses: actions/upload-artifact@v4
0 commit comments