Skip to content

Commit

Permalink
fix(ci): correctly download wheel artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
anand-bala committed Oct 5, 2023
1 parent 5f07fca commit 4ddca1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: wheels
path: dist
- uses: softprops/action-gh-release@v1
with:
files: 'dist/*'
Expand Down

0 comments on commit 4ddca1f

Please sign in to comment.