Skip to content

Commit e8732a2

Browse files
committed
ci: 🎡 force upload wheel and source artifacts in CI
1 parent 7ab3e8b commit e8732a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ jobs:
292292
293293
- name: Upload wheels to artifacts
294294
uses: actions/upload-artifact@v4
295-
if: github.event_name == 'workflow_dispatch' || steps.cache-wheels.outputs.cache-hit != 'true'
295+
# if: github.event_name == 'workflow_dispatch' || steps.cache-wheels.outputs.cache-hit != 'true'
296296
with:
297297
name: wheel-${{ matrix.python_id }}-${{ matrix.platform_id }}
298298
path: |
@@ -346,7 +346,7 @@ jobs:
346346

347347
- name: Upload source distribution to artifacts
348348
uses: actions/upload-artifact@v4
349-
if: github.event_name == 'workflow_dispatch' || steps.cache-sdist.outputs.cache-hit != 'true'
349+
# if: github.event_name == 'workflow_dispatch' || steps.cache-sdist.outputs.cache-hit != 'true'
350350
with:
351351
name: sdist
352352
path: |

0 commit comments

Comments
 (0)