Skip to content

Commit

Permalink
FIX: Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
threecgreen authored Oct 1, 2024
2 parents f90df0a + ed454c8 commit c4b0c4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheel-linux-${{ matrix.python-version }}
name: wheel-linux-${{ matrix.target }}-${{ matrix.python-version }}
path: dist

linux-musl-release:
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheel-linux-musl-${{ matrix.python-version }}
name: wheel-linux-musl-${{ matrix.target }}-${{ matrix.python-version }}
path: dist

publish-py:
Expand Down

0 comments on commit c4b0c4a

Please sign in to comment.