diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2996a4e..7ebd56a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,7 +34,7 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }} + name: dist-${{ matrix.os }}-${{ matrix.python-version }} path: ./wheelhouse/*.whl build_sdist: name: Prepare source distribution