Skip to content

Commit 2118dad

Browse files
Merge pull request #156 from pauldmccarthy/ci/upload-artifacts-names
CI: Another fix to release workflow
2 parents cc21e88 + b1cdf81 commit 2118dad

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

Diff for: .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)