From 8b9a309bff6a8a3554faafd05260df8b5a23f7c6 Mon Sep 17 00:00:00 2001 From: Pavel Zwerschke Date: Fri, 2 Feb 2024 18:07:28 +0100 Subject: [PATCH] Update .github/workflows/build_wheels.yml --- .github/workflows/build_wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 36f17d57..16115f0a 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/upload-artifact@v4 with: path: ./wheelhouse/*.whl - name: wheels + name: wheels-${{ matrix.os }} build_sdist: name: Build source distribution