From b814100c31baa4394a9b8bcddc5a88cd3a361833 Mon Sep 17 00:00:00 2001 From: sirfz Date: Thu, 28 Mar 2024 16:32:57 +0200 Subject: [PATCH] GitHub Actions: upload-artifact v4 fix --- .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 3c57a1e..c219b2c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,7 @@ jobs: - name: Upload Artifacts uses: actions/upload-artifact@v4 with: - name: wheels-${{ matrix.config.os }}-${{ matrix.config.platform }}-${{ matrix.config.build }} + name: wheels-${{ matrix.config.platform }} path: ./wheelhouse/*.whl build_sdist: