Skip to content

Commit

Permalink
declutter artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeyers314 committed Apr 29, 2024
1 parent f4e9aa9 commit 4fe2cd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheeltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: macosx-artifacts
name: macosx-x86-artifacts
path: ./wheelhouse/*.whl

build_macosx_arm_wheels:
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: macosx-artifacts
name: macosx-arm-artifacts
path: ./wheelhouse/*.whl

merge_wheels:
Expand Down

0 comments on commit 4fe2cd5

Please sign in to comment.