Skip to content

Commit 7e164d3

Browse files
committed
Fix wheel collection before upload to PyPi
1 parent a6000c2 commit 7e164d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
steps:
8989
- uses: actions/download-artifact@v4
9090
with:
91-
name: artifact-*
91+
pattern: artifact-*
9292
merge-multiple: true
9393
path: dist
9494

0 commit comments

Comments
 (0)