Skip to content

Commit 3bd1137

Browse files
committed
fix build action
1 parent 4436570 commit 3bd1137

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,9 @@ jobs:
6262

6363
- uses: actions/upload-artifact@v4
6464
with:
65+
name: wheels-${{ matrix.os }}
6566
path: ./dist/*.whl
66-
67+
6768
update_docs:
6869
name: Updating docs
6970
runs-on: ${{ matrix. os }}

0 commit comments

Comments
 (0)