Skip to content

Commit 5a13b36

Browse files
authored
Update build.yml
1 parent 5e9dc93 commit 5a13b36

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818

1919
- uses: actions/upload-artifact@v4
2020
with:
21+
name: wheels
2122
path: ./wheelhouse/*.whl
2223

2324
build_legacy_wheels:
@@ -35,6 +36,7 @@ jobs:
3536

3637
- uses: actions/upload-artifact@v4
3738
with:
39+
name: legacy-wheels
3840
path: ./wheelhouse/*.whl
3941

4042
build_sdist:
@@ -48,4 +50,5 @@ jobs:
4850

4951
- uses: actions/upload-artifact@v4
5052
with:
53+
name: sdist
5154
path: dist/*.tar.gz

0 commit comments

Comments
 (0)