diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index ee74bfaa..a240449e 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -29,7 +29,7 @@ jobs: - run: python -m build - uses: actions/upload-artifact@v4 with: - name: cibw-wheels-${{ matrix.os }} + name: cibw-wheels-${{ matrix.python }}-${{ matrix.os }}-${{ strategy.job-index }} path: wheelhouse/*.whl - uses: actions/upload-artifact@v4 with: