Skip to content

Commit

Permalink
separate uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Jun 23, 2024
1 parent 06cfe74 commit 0554b05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels-linux-${{ matrix.platform.target }}
name: wheels-linux-${{ matrix.platform.target }}-${{ matrix.cargo_path }}
path: dist

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

macos:
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels-macos-${{ matrix.platform.target }}
name: wheels-macos-${{ matrix.platform.target }}-${{ matrix.cargo_path }}
path: dist

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

# release:
Expand Down

0 comments on commit 0554b05

Please sign in to comment.