File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 7575 - name : Upload wheels
7676 uses : actions/upload-artifact@v4
7777 with :
78- name : wheels
78+ name : wheels-linux-${{ matrix.target }}
7979 path : dist
8080
8181 windows :
9595 - name : Upload wheels
9696 uses : actions/upload-artifact@v4
9797 with :
98- name : wheels
98+ name : wheels-windows-${{ matrix.target }}
9999 path : dist
100100
101101 macos :
@@ -115,7 +115,7 @@ jobs:
115115 - name : Upload wheels
116116 uses : actions/upload-artifact@v4
117117 with :
118- name : wheels
118+ name : wheels-macos-${{ matrix.target }}
119119 path : dist
120120
121121 sdist :
@@ -131,7 +131,7 @@ jobs:
131131 - name : Upload sdist
132132 uses : actions/upload-artifact@v4
133133 with :
134- name : wheels
134+ name : wheels-sdist
135135 path : dist
136136
137137 release :
@@ -142,7 +142,8 @@ jobs:
142142 steps :
143143 - uses : actions/download-artifact@v4
144144 with :
145- name : wheels
145+ pattern : wheels-*
146+ merge-multiple : true
146147 - name : Publish to PyPI
147148 uses : PyO3/maturin-action@v1
148149 env :
You can’t perform that action at this time.
0 commit comments