Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix upload path
Browse files Browse the repository at this point in the history
carderne committed Jul 31, 2024
1 parent e8c3e9b commit 641d5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -45,4 +45,4 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: ${{ env.WHEEL_NAME }}
path: "wheelhouse/*.whl"
path: "dist/*.whl"

0 comments on commit 641d5bb

Please sign in to comment.