diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 3f00ba2339..1700deeb9e 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -59,7 +59,7 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: wheels + name: wheels-${{ matrix.os }} path: ./dist/*.whl build_sdist: @@ -94,7 +94,7 @@ jobs: - name: Download wheels uses: actions/download-artifact@v4 with: - name: wheels + name: wheels-${{ matrix.os }} path: dist - name: Publish to PyPI