Skip to content

Commit 4e665ca

Browse files
Update python-publish.yml
1 parent a58d92b commit 4e665ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ jobs:
9494
- name: Retrieve release distributions
9595
uses: actions/download-artifact@v4
9696
with:
97-
name: release-dists-*
97+
pattern: release-dists-*
98+
merge-multiple: true
9899
path: wheelhouse/
99100

100101
- name: Publish release distributions to PyPI

0 commit comments

Comments
 (0)