From 056fbbb6e14487a69ff85ba43ffac5ffba7a53cb Mon Sep 17 00:00:00 2001 From: BillTheMaker Date: Sat, 6 Dec 2025 16:00:32 -0700 Subject: [PATCH] Update artifact name to include OS and target --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 91e6e24..c7a9e4d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -50,7 +50,7 @@ jobs: - name: Upload built wheels as Artifact uses: actions/upload-artifact@v4 with: - name: wheels + name: wheels-${{ matrix.os }}-${{ matrix.target }} path: dist publish: