Skip to content

Commit 102e043

Browse files
authored
The name needs to be unique per run (#332)
1 parent 8a2a00e commit 102e043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,5 @@ jobs:
8282

8383
- uses: actions/upload-artifact@v4
8484
with:
85-
name: "release-${{ github.event.inputs.version }}"
85+
name: "release-${{ matrix.os }}-${{ github.event.inputs.version }}"
8686
path: ./wheelhouse/*

0 commit comments

Comments
 (0)