Skip to content

Commit e765f66

Browse files
author
taras
committed
Attempt to fix releas
1 parent c1a83c8 commit e765f66

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Publish source dist to github
3232
uses: actions/upload-artifact@v4
3333
with:
34-
name: dist
34+
name: dist-src
3535
path: dist/*.tar.*
3636

3737
build-wheels-matrix:
@@ -91,7 +91,7 @@ jobs:
9191

9292
- uses: actions/upload-artifact@v4
9393
with:
94-
name: dist
94+
name: dist-${{ matrix.only }}
9595
path: wheelhouse/*.whl
9696

9797

@@ -107,10 +107,11 @@ jobs:
107107
fetch-depth: 5
108108
submodules: false
109109

110-
- uses: actions/download-artifact@v3
110+
- uses: actions/download-artifact@v4
111111
with:
112-
name: dist
113112
path: dist/
113+
pattern: dist-*
114+
merge-multiple: true
114115

115116
- run: |
116117
ls -al dist/

0 commit comments

Comments
 (0)