Skip to content

Commit

Permalink
git: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gautierdag committed Aug 29, 2024
1 parent daceabe commit 1b0256a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: dist-${{ matrix.target }}
name: dist-linux-${{ matrix.target }}
path: dist

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

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

sdist:
Expand Down

0 comments on commit 1b0256a

Please sign in to comment.