Skip to content

Commit

Permalink
build wheels: change wheels to be os named
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Nov 6, 2024
1 parent 0f516dd commit 9e96ec3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: wheels-${{ strategy.job-index }}
name: wheels-${{ matrix.os }}
path: ./wheelhouse


Expand Down Expand Up @@ -83,6 +83,6 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: wheels-${{ strategy.job-index }}
name: wheels-${{ matrix.os }}
path: ./wheelhouse

2 changes: 1 addition & 1 deletion .github/workflows/build_wheels_weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: wheels-${{ strategy.job-index }}
name: wheels-${{ matrix.os }}
path: ./wheelhouse

0 comments on commit 9e96ec3

Please sign in to comment.