From de79510ca19025e60eb0c3564fe4dd72212ad3d4 Mon Sep 17 00:00:00 2001 From: Rohit Goswami Date: Sat, 23 Nov 2024 18:25:51 +0000 Subject: [PATCH] CI: Fix for upload-artifact v4 [wheel build] --- .github/workflows/build_wheels.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 5b3fd27ee..1b148546d 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -68,6 +68,7 @@ jobs: uses: pypa/cibuildwheel@v2.21.3 - uses: actions/upload-artifact@v4 with: + name: cibw-wheels-cp${{ matrix.python-version }}-${{ matrix.buildplat[1] }} path: ./wheelhouse/*.whl build_sdist: