Skip to content

Commit e01bf0e

Browse files
committed
Update build.yml
1 parent 2602353 commit e01bf0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,5 +132,5 @@ jobs:
132132
if: ${{github.event_name == 'push' && env.USE_OPENMP != 'True'}}
133133
uses: actions/upload-artifact@v4
134134
with:
135-
name: wheels
135+
name: wheels-${{ runner.os }}-py${{ matrix.python-version }}
136136
path: ./wheelhouse

0 commit comments

Comments
 (0)