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: