Skip to content

Commit 53b5010

Browse files
Merge pull request #263 from blacklanternsecurity/dev
Dev -> Stable 10.0.1
2 parents f5de2e6 + 12cdd85 commit 53b5010

5 files changed

Lines changed: 415 additions & 313 deletions

File tree

.github/workflows/python-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
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:

0 commit comments

Comments
 (0)