Skip to content

Commit

Permalink
5th attempt: distinguish manylinux vs musllinux
Browse files Browse the repository at this point in the history
  • Loading branch information
HinTak committed Aug 29, 2024
1 parent afb2608 commit eb65923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
path: dist
name: dist-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.build }}
name: dist-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.build }}-${{ matrix.name }}

publish:
name: Publish release to Pypi
Expand Down

0 comments on commit eb65923

Please sign in to comment.