From 1be941e81564569e881f4f507363b0db4cd6529e Mon Sep 17 00:00:00 2001 From: SteveLauC Date: Mon, 16 Jun 2025 11:43:11 +0800 Subject: [PATCH] ci: fix PyPI pipeline duplicate wheel name (#1178) --- .github/workflows/release_to_pypi.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release_to_pypi.yml b/.github/workflows/release_to_pypi.yml index 57811ec6..7251e8e7 100644 --- a/.github/workflows/release_to_pypi.yml +++ b/.github/workflows/release_to_pypi.yml @@ -26,7 +26,7 @@ jobs: - name: Upload wheels uses: actions/upload-artifact@v4 with: - name: wheels-linux-${{ matrix.platform.target }} + name: wheels-linux-${{ matrix.target }} path: dist windows: @@ -45,7 +45,7 @@ jobs: - name: Upload wheels uses: actions/upload-artifact@v4 with: - name: wheels-windows-${{ matrix.platform.target }} + name: wheels-windows-${{ matrix.target }} path: dist macos: @@ -64,7 +64,7 @@ jobs: - name: Upload wheels uses: actions/upload-artifact@v4 with: - name: wheels-macos-${{ matrix.platform.target }} + name: wheels-macos-${{ matrix.target }} path: dist sdist: