diff --git a/.github/workflows/cd_release.yml b/.github/workflows/cd_release.yml index 916ab6725..ab9b75887 100644 --- a/.github/workflows/cd_release.yml +++ b/.github/workflows/cd_release.yml @@ -184,7 +184,7 @@ jobs: - name: Store wheels for publishing uses: actions/upload-artifact@v4 with: - name: wheels + name: wheels_${{ matrix.os }}_${{ matrix.system_type }}_${{ matrix.arch }}_${{ matrix.py_minors }} path: wheelhouse/*.whl build_sdist: @@ -226,7 +226,7 @@ jobs: - name: Store sdist for publishing uses: actions/upload-artifact@v4 with: - name: sdist + name: sdist_${{ matrix.os }}_${{ matrix.system_type }}_${{ matrix.arch }}_${{ matrix.py_minors }} path: python/dist/* publish: