File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3737 - name : Upload wheels
3838 uses : actions/upload-artifact@v4
3939 with :
40- name : wheels
40+ name : wheels-linux-${{ matrix.target }}
4141 path : dist
4242
4343 musllinux :
6161 - name : Upload wheels
6262 uses : actions/upload-artifact@v4
6363 with :
64- name : wheels
64+ name : wheels-musllinux-${{ matrix.target }}
6565 path : dist
6666
6767 windows :
8484 - name : Upload wheels
8585 uses : actions/upload-artifact@v4
8686 with :
87- name : wheels
87+ name : wheels-windows-${{ matrix.target }}
8888 path : dist
8989
9090 macos :
@@ -107,7 +107,7 @@ jobs:
107107 - name : Upload wheels
108108 uses : actions/upload-artifact@v4
109109 with :
110- name : wheels
110+ name : wheels-macos-${{ matrix.target }}
111111 path : dist
112112
113113 sdist :
@@ -122,7 +122,7 @@ jobs:
122122 - name : Upload sdist
123123 uses : actions/upload-artifact@v4
124124 with :
125- name : wheels
125+ name : wheels-sdist
126126 path : dist
127127
128128 release :
@@ -133,7 +133,7 @@ jobs:
133133 steps :
134134 - uses : actions/download-artifact@v4
135135 with :
136- name : wheels
136+ merge-multiple : true
137137 - name : Publish to PyPI
138138 uses : PyO3/maturin-action@v1
139139 env :
You can’t perform that action at this time.
0 commit comments