Skip to content

Commit 7d910f5

Browse files
authored
Fix download-artifact name and path (#20)
1 parent 0afa0f5 commit 7d910f5

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
@@ -56,5 +56,6 @@ jobs:
5656
steps:
5757
- uses: actions/download-artifact@v3
5858
with:
59-
path: wheelhouse
59+
name: artifact
60+
path: dist
6061
- uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)