From 31058a0ee7935f07d12b27a8add8827a4595f9cd Mon Sep 17 00:00:00 2001 From: Sung Yun <107272191+sungwy@users.noreply.github.com> Date: Wed, 27 Nov 2024 18:39:59 +0000 Subject: [PATCH] fix --- .github/workflows/release_python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_python.yml b/.github/workflows/release_python.yml index 37413ea97..495bfa70e 100644 --- a/.github/workflows/release_python.yml +++ b/.github/workflows/release_python.yml @@ -86,7 +86,7 @@ jobs: - name: Upload wheels uses: actions/upload-artifact@v4 with: - name: wheels-${{ matrix.os }} + name: wheels-${{ matrix.os }}-${{ matrix.target }} path: bindings/python/dist pypi-publish: