ci: fix PyPI pipeline duplicate wheel name (#1178)

This commit is contained in:
SteveLauC
2025-06-16 11:43:11 +08:00
committed by GitHub
parent d1b7eba44e
commit 1be941e815

View File

@@ -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: