Skip to content

Commit c7ea470

Browse files
authored
[ci] fix download-artifact use in package uploads (#210)
1 parent 9589bcc commit c7ea470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-publish-wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
path: dist
5151
- uses: actions/download-artifact@v4
5252
with:
53-
name: sdist
53+
name: wheel
5454
path: dist
5555
- uses: pypa/[email protected]
5656
with:

0 commit comments

Comments
 (0)