Skip to content

Commit 7effa90

Browse files
committed
ci: fix artifact handling
1 parent 286b370 commit 7effa90

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
4141
with:
42-
name: dist
42+
name: dist-version
4343
path: dist/
4444

4545
build-sdist:
@@ -66,7 +66,7 @@ jobs:
6666
6767
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
6868
with:
69-
name: dist
69+
name: dist-sdist
7070
path: dist/*.tar.*
7171

7272
build-wheels:
@@ -125,7 +125,7 @@ jobs:
125125

126126
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
127127
with:
128-
name: dist
128+
name: dist-wheels
129129
path: wheelhouse/*.whl
130130

131131
publish:
@@ -138,9 +138,10 @@ jobs:
138138
fetch-depth: 5
139139
submodules: false
140140

141-
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
141+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
142142
with:
143-
name: dist
143+
pattern: dist-*
144+
merge-multiple: true
144145
path: dist/
145146

146147
- name: Extract Release Version

0 commit comments

Comments
 (0)