Skip to content

Commit

Permalink
🐛 fix: fix wheel location to upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jzazo committed Sep 16, 2024
1 parent 003b947 commit 5cb19f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: wheels
path: "/dist/*.whl"
path: "dist/*.whl"

0 comments on commit 5cb19f0

Please sign in to comment.