File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ jobs:
292
292
293
293
- name : Upload wheels to artifacts
294
294
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'
296
296
with :
297
297
name : wheel-${{ matrix.python_id }}-${{ matrix.platform_id }}
298
298
path : |
@@ -346,7 +346,7 @@ jobs:
346
346
347
347
- name : Upload source distribution to artifacts
348
348
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'
350
350
with :
351
351
name : sdist
352
352
path : |
You can’t perform that action at this time.
0 commit comments