File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -41,22 +41,18 @@ jobs:
4141 os : macos-latest
4242 archs : x86_64
4343 macosx_deployment_target : " 10.10"
44- artifact_name : " macOS_x86_64"
4544 - name : " macOS arm64"
4645 os : macos-latest
4746 archs : arm64
4847 macosx_deployment_target : " 11.0"
49- artifact_name : " macOS_arm64"
5048 - name : " manylinux2014 and musllinux x86_64"
5149 os : ubuntu-latest
5250 archs : x86_64
53- artifact_name : " manylinux2014_musllinux"
5451 - name : " manylinux_2_28 x86_64"
5552 os : ubuntu-latest
5653 archs : x86_64
5754 build : " *manylinux*"
5855 manylinux : " manylinux_2_28"
59- artifact_name : " manylinux_2_28"
6056 steps :
6157 - uses : actions/checkout@v4
6258 with :
8177
8278 - uses : actions/upload-artifact@v4
8379 with :
84- name : ${{ matrix.artifact_name }}
80+ name : ${{ matrix.os }}-${{ matrix.archs }}-${{ matrix.manylinux }}
8581 path : ./wheelhouse/*.whl
8682
8783 windows :
You can’t perform that action at this time.
0 commit comments