From 682d547553f9f6f647d9c9388189dbfcb1e4e636 Mon Sep 17 00:00:00 2001 From: Samuel Kogler Date: Wed, 31 Jul 2024 08:20:43 +0200 Subject: [PATCH] Assign unique names to wheels artifact uploads --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 22aa59f..1b80416 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: wheels + name: wheels-${{ matrix.os }}-${{ matrix.cibw_archs }} path: ./wheelhouse/*.whl build_sdist: