File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9191 with :
9292 target : ${{ matrix.platform.target }}
9393 args : --release --out dist --find-interpreter
94- sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
94+ sccache : false
9595 manylinux : auto
9696 before-script-linux : |
9797 if command -v apt-get >/dev/null 2>&1; then
@@ -137,7 +137,7 @@ jobs:
137137 with :
138138 target : ${{ matrix.platform.target }}
139139 args : --release --out dist --find-interpreter
140- sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
140+ sccache : false
141141 manylinux : musllinux_1_2
142142 before-script-linux : |
143143 if command -v apk >/dev/null 2>&1; then
@@ -184,7 +184,7 @@ jobs:
184184 with :
185185 target : ${{ matrix.platform.target }}
186186 args : --release --out dist --find-interpreter
187- sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
187+ sccache : false
188188 - name : Upload wheels
189189 uses : actions/upload-artifact@v6
190190 with :
@@ -212,7 +212,7 @@ jobs:
212212 with :
213213 target : ${{ matrix.platform.target }}
214214 args : --release --out dist --find-interpreter
215- sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
215+ sccache : false
216216 - name : Upload wheels
217217 uses : actions/upload-artifact@v6
218218 with :
You can’t perform that action at this time.
0 commit comments