Skip to content

Commit dede7a3

Browse files
committed
release: fixed the github action downloader
1 parent e692b82 commit dede7a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
steps:
6767
- uses: actions/download-artifact@v3
6868
with:
69-
name: artifacts
69+
name: Packages
7070
path: dist
7171

7272
- name: Push build artifacts to PyPI

0 commit comments

Comments
 (0)