Skip to content

Commit f2dcefc

Browse files
committed
Fixing PyPI deployment
1 parent f3ae359 commit f2dcefc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
steps:
7171
- uses: actions/download-artifact@v4
7272
with:
73-
pattern: artifact
73+
name: artifact
7474
path: dist
7575

7676
- name: Publish package to PyPI

0 commit comments

Comments
 (0)