Skip to content

Commit 410a2af

Browse files
fix linux wheel upload name
1 parent b0e84b2 commit 410a2af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Upload wheels
7575
uses: actions/upload-artifact@v4
7676
with:
77-
name: wheels-linux
77+
name: wheels-linux-${{ matrix.target }}
7878
path: dist
7979

8080
linux:

0 commit comments

Comments
 (0)