Skip to content

Commit 88e70dc

Browse files
authored
hopefully this fixes the missing artifacts (#53)
1 parent e4a1543 commit 88e70dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,9 @@ jobs:
5959
steps:
6060
- uses: actions/download-artifact@v4
6161
with:
62-
name: artifact
62+
name: artifact-*
6363
path: dist
64+
merge-multiple: true
6465

6566
- uses: pypa/gh-action-pypi-publish@release/v1
6667
with:

0 commit comments

Comments
 (0)