Skip to content

Commit

Permalink
unique wheel path names
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasposen committed Jan 30, 2025
1 parent 1f6b9cb commit 40dd430
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels-mac-latest
name: wheels-darwin
path: dist

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

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

# linux-cross:
Expand Down

0 comments on commit 40dd430

Please sign in to comment.