Skip to content

Commit

Permalink
fix artifact naming
Browse files Browse the repository at this point in the history
  • Loading branch information
toloudis committed Jul 8, 2024
1 parent fe768f9 commit ad0a9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/py-build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: build-wheels
name: build-wheels-${{ matrix.cibw-arch }}
path: wheelhouse/*.whl

upload_all:
Expand Down

0 comments on commit ad0a9f5

Please sign in to comment.