Skip to content

Commit

Permalink
Gupta/fix artifacts downloading (#54)
Browse files Browse the repository at this point in the history
* hopefully this fixes the missing artifacts

* its a pattern now, not a name
  • Loading branch information
saurabh1002 authored Jan 17, 2025
1 parent 88e70dc commit eef1d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: artifact-*
pattern: artifact-*
path: dist
merge-multiple: true

Expand Down

0 comments on commit eef1d23

Please sign in to comment.