ci(fix): use unique name for pypi linux release artifacts

This commit is contained in:
Qingping Hou 2024-10-23 21:26:26 -07:00
parent be4fb9d359
commit b16072b1dc
2 changed files with 10 additions and 4 deletions

View File

@ -206,7 +206,7 @@ jobs:
uses: actions/upload-artifact@v4
if: "matrix.platform.upload == 'true'"
with:
name: wheels-linux
name: wheels-linux-${{ matrix.platform.manylinux }}
path: dist
- name: Archive binary
if: "startsWith(github.ref, 'refs/tags/')"
@ -229,7 +229,10 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: wheels-linux
name: wheels-linux-2010
- uses: actions/download-artifact@v4
with:
name: wheels-linux-2014
- uses: actions/download-artifact@v4
with:
name: wheels-macos

View File

@ -208,7 +208,7 @@ jobs:
uses: actions/upload-artifact@v4
if: "matrix.platform.upload == 'true'"
with:
name: wheels-linux
name: wheels-linux-${{ matrix.platform.manylinux }}
path: dist
- name: Archive binary
if: "startsWith(github.ref, 'refs/tags/')"
@ -231,7 +231,10 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: wheels-linux
name: wheels-linux-2010
- uses: actions/download-artifact@v4
with:
name: wheels-linux-2014
- uses: actions/download-artifact@v4
with:
name: wheels-macos