Skip to content

Commit 76368ce

Browse files
committed
fix ci
1 parent 0f78895 commit 76368ce

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070

7171
- uses: actions/upload-artifact@v4
7272
with:
73+
name: wheel-${{ matrix.py }}-${{ matrix.os }}-${{ matrix.arch }}
7374
path: ./wheelhouse/*.whl
7475

7576
sdist:
@@ -89,7 +90,7 @@ jobs:
8990

9091
- uses: actions/upload-artifact@v4
9192
with:
92-
name: dist-${{ matrix.py }}-${{ matrix.os }}-${{ matrix.arch }}
93+
name: sdist
9394
path: dist/*.tar.gz
9495

9596
upload:
@@ -99,7 +100,7 @@ jobs:
99100
steps:
100101
- uses: actions/download-artifact@v4
101102
with:
102-
pattern: dist-*
103+
pattern: "*"
103104
merge-multiple: true
104105
path: dist
105106

0 commit comments

Comments
 (0)