Skip to content

Commit f90df0a

Browse files
authored
BLD: Fix release pipeline
2 parents 45f38a8 + 18446d5 commit f90df0a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,9 @@ jobs:
232232
]
233233
steps:
234234
- uses: actions/download-artifact@v4
235-
pattern: wheel-*
236-
merge-multiple: true
235+
with:
236+
pattern: wheel-*
237+
merge-multiple: true
237238
# Install publish dependencies
238239
- name: Install publish dependencies
239240
run: python -m pip install --upgrade twine

0 commit comments

Comments
 (0)