Skip to content

Commit d59d890

Browse files
committed
ci: merge-multiple option for download-artifact
So that wheels are all downloaded to the current working directory
1 parent 1e1dee9 commit d59d890

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ jobs:
144144
needs: [build]
145145
steps:
146146
- uses: actions/download-artifact@v4
147+
with:
148+
merge-multiple: true
147149
- uses: actions/setup-python@v5
148150
with:
149151
python-version: "3.10"

0 commit comments

Comments
 (0)