From eb659238dd9e5b696ba83019fc4a5da07ba35f72 Mon Sep 17 00:00:00 2001 From: Hin-Tak Leung Date: Thu, 29 Aug 2024 18:42:30 +0100 Subject: [PATCH] 5th attempt: distinguish manylinux vs musllinux --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62af1c3..f1ce113 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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