diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 6e5f6fc69..68dbf4cdf 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -73,7 +73,7 @@ jobs: CIBW_ARCHS: ${{ matrix.arch }} - uses: actions/upload-artifact@v4 with: - name: wheels + name: wheels-${{ matrix.os }}-${{ matrix.arch }} path: wheelhouse/*.whl build_arch_wheels: @@ -100,7 +100,7 @@ jobs: CIBW_ARCHS: ${{ matrix.arch }} - uses: actions/upload-artifact@v4 with: - name: aarch64-wheels + name: wheels-py${{ matrix.python }}-linux-${{ matrix.arch }} path: wheelhouse/*.whl deploy: