Skip to content

Commit 3cb279f

Browse files
fix: Merge all wheel artifacts into dist for publish discovery. (#72)
1 parent a5461b8 commit 3cb279f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/python-wheels.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,9 @@ jobs:
228228
needs: [macos, windows, linux]
229229
steps:
230230
- uses: actions/download-artifact@v4
231+
with:
232+
path: dist
233+
merge-multiple: true
231234

232235
- uses: actions/setup-python@v6
233236
with:

0 commit comments

Comments
 (0)