Skip to content

Commit 4b6cf8a

Browse files
committed
actions/download-artifact fixup
1 parent e7bf545 commit 4b6cf8a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,8 @@ jobs:
324324
- uses: actions/download-artifact@v4
325325
id: download
326326
with:
327-
name: dist
327+
pattern: dist_*
328+
merge-multiple: true
328329
path: dist/
329330

330331
- name: Publish package to PyPI

0 commit comments

Comments
 (0)