File tree 1 file changed +1
-5
lines changed
1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -41,22 +41,18 @@ jobs:
41
41
os : macos-latest
42
42
archs : x86_64
43
43
macosx_deployment_target : " 10.10"
44
- artifact_name : " macOS_x86_64"
45
44
- name : " macOS arm64"
46
45
os : macos-latest
47
46
archs : arm64
48
47
macosx_deployment_target : " 11.0"
49
- artifact_name : " macOS_arm64"
50
48
- name : " manylinux2014 and musllinux x86_64"
51
49
os : ubuntu-latest
52
50
archs : x86_64
53
- artifact_name : " manylinux2014_musllinux"
54
51
- name : " manylinux_2_28 x86_64"
55
52
os : ubuntu-latest
56
53
archs : x86_64
57
54
build : " *manylinux*"
58
55
manylinux : " manylinux_2_28"
59
- artifact_name : " manylinux_2_28"
60
56
steps :
61
57
- uses : actions/checkout@v4
62
58
with :
81
77
82
78
- uses : actions/upload-artifact@v4
83
79
with :
84
- name : ${{ matrix.artifact_name }}
80
+ name : ${{ matrix.os }}-${{ matrix.archs }}-${{ matrix.manylinux }}
85
81
path : ./wheelhouse/*.whl
86
82
87
83
windows :
You can’t perform that action at this time.
0 commit comments