Skip to content

Commit

Permalink
hopefully this fixes the missing artifacts (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabh1002 authored Jan 17, 2025
1 parent e4a1543 commit 88e70dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: artifact
name: artifact-*
path: dist
merge-multiple: true

- uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 88e70dc

Please sign in to comment.