Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesjwu committed Feb 13, 2025
1 parent 7dfdc91 commit 786637c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels-${{ matrix.runs-on }}
name: wheels-${{ matrix.target }}
path: dist

windows:
Expand All @@ -82,7 +82,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels-${{ matrix.runs-on }}
name: wheels-${{ matrix.target }}
path: dist

macos:
Expand All @@ -101,7 +101,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels-${{ matrix.runs-on }}
name: wheels-${{ matrix.target }}
path: dist

sdist:
Expand All @@ -116,7 +116,7 @@ jobs:
- name: Upload sdist
uses: actions/upload-artifact@v4
with:
name: wheels-${{ matrix.runs-on }}
name: wheels
path: dist

release:
Expand Down

0 comments on commit 786637c

Please sign in to comment.