Skip to content

Commit 0d5b41f

Browse files
committed
fix(pu): fix release.yml
1 parent 6345b66 commit 0d5b41f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Upload packed files to artifacts (source)
4242
uses: actions/upload-artifact@v4
4343
with:
44-
name: build-artifacts-source
44+
name: build-artifacts-wheels-${{ matrix.os }}-${{ matrix.python }}-${{ matrix.architecture }}
4545
path: ./dist/*
4646

4747
wheel_build:

0 commit comments

Comments
 (0)