Skip to content

Commit 29a08cf

Browse files
committed
fix(workflows): add name to artifact
1 parent d533771 commit 29a08cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
- name: Upload dists
5353
uses: actions/upload-artifact@v4
5454
with:
55+
name: dist
5556
path: dist
5657

5758
pypi-publish:
@@ -70,6 +71,7 @@ jobs:
7071
- name: Retrieve release distributions
7172
uses: actions/download-artifact@v5
7273
with:
74+
name: dist
7375
path: dist
7476

7577
- name: Publish package distributions to PyPI

0 commit comments

Comments
 (0)