Skip to content

Commit b1cdf81

Browse files
committed
CI: Also need to update download-artifact config
1 parent cc21e88 commit b1cdf81

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/release.yaml

+3-8
Original file line numberDiff line numberDiff line change
@@ -117,16 +117,11 @@ jobs:
117117
needs: [build_sdist, build_macos_wheels, build_windows_wheels, build_linux_wheels]
118118
steps:
119119

120-
- name: Download source archive
120+
- name: Download wheels
121121
uses: actions/download-artifact@v4
122122
with:
123-
name: sdist
124-
path: dist/
125-
- name: Download wheel archives
126-
uses: actions/download-artifact@v4
127-
with:
128-
name: wheels
129-
path: dist/
123+
path: dist/
124+
merge-multiple: true
130125

131126
- name: Publish archives to PyPI
132127
uses: pypa/[email protected]

0 commit comments

Comments
 (0)