Skip to content

Commit

Permalink
Fix download patterns for wheels (Anaconda) (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal authored Mar 12, 2024
1 parent b078b7d commit de602b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheel_tests_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ jobs:
- uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
id: download
with:
pattern: "*_wheels"
pattern: "wheels_*"
path: dist/
merge-multiple: true

Expand Down

0 comments on commit de602b3

Please sign in to comment.