Skip to content

Commit 90831a7

Browse files
committed
Updated the download-artifact parameters for v7
1 parent d26318d commit 90831a7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
steps:
4040
- name: Retrieve packages
4141
uses: actions/download-artifact@v7
42+
with:
43+
name: dist
44+
path: dist
4245
- name: Upload packages
4346
uses: pypa/gh-action-pypi-publish@release/v1
4447

0 commit comments

Comments
 (0)