Skip to content

Commit 04ad626

Browse files
committed
Bump CI artifact to v4.
1 parent e2143fc commit 04ad626

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232

3333
- uses: actions/upload-artifact@v4
3434
with:
35+
name: wheel-${{ matrix.os }}
3536
path: ./wheelhouse/*.whl
3637

3738
build_sdist:
@@ -49,6 +50,7 @@ jobs:
4950

5051
- uses: actions/upload-artifact@v4
5152
with:
53+
name: sdist
5254
path: dist/*.tar.gz
5355

5456
release:
@@ -58,7 +60,6 @@ jobs:
5860
steps:
5961
- uses: actions/download-artifact@v4
6062
with:
61-
name: artifact
6263
path: dist
6364

6465
- uses: pypa/gh-action-pypi-publish@master

0 commit comments

Comments
 (0)