Skip to content

Commit 7156563

Browse files
Fixed artifacts not being downloaded for releaser jobs (#358)
1 parent 66f2427 commit 7156563

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ jobs:
113113
uses: actions/download-artifact@v4
114114
with:
115115
path: dist/
116+
merge-multiple: true
116117
- name: Publish to PyPI
117118
uses: pypa/gh-action-pypi-publish@release/v1
118119
with:
@@ -131,6 +132,7 @@ jobs:
131132
uses: actions/download-artifact@v4
132133
with:
133134
path: dist/
135+
merge-multiple: true
134136
- name: Make release
135137
uses: "marvinpinto/[email protected]"
136138
with:

0 commit comments

Comments
 (0)