Skip to content

Commit

Permalink
Fix artifact name in build-wheels action
Browse files Browse the repository at this point in the history
  • Loading branch information
taobrienlbl committed Sep 11, 2024
1 parent 75c3ffc commit 3ae0d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels-${{ matrix.python }}-${{ matrix.arch }}
name: wheels-${{ matrix.os }}-${{ matrix.arch }}
path: wheelhouse/*.whl

upload_all:
Expand Down

0 comments on commit 3ae0d98

Please sign in to comment.