Skip to content

Commit 3343d54

Browse files
Merge pull request #189 from DiamondLightSource/test_pypi_release
Fix releasing wheels for all platforms
2 parents acbb1a6 + 458c2f4 commit 3343d54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/code.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,9 @@ jobs:
149149
steps:
150150
- uses: actions/download-artifact@v4
151151
with:
152-
name: dist
152+
pattern: dist*
153153
path: dist
154+
merge-multiple: true
154155

155156
- name: Github Release
156157
# We pin to the SHA, not the tag, for security reasons.

0 commit comments

Comments
 (0)