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: