diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index 61e118c973..1e2513b289 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -158,7 +158,7 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: Wheel + name: Wheel-${{ matrix.os }}-${{ matrix.arch }} path: ./wheelhouse/*.whl build-sdist: diff --git a/changelog.d/17905.misc b/changelog.d/17905.misc new file mode 100644 index 0000000000..32ef50dbac --- /dev/null +++ b/changelog.d/17905.misc @@ -0,0 +1 @@ +Use unique name for each os.arch variant when uploading Wheel artifacts.