File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 5151 (github.event_name == 'release' && github.event.action == 'published')
5252 uses : actions/upload-artifact@v4
5353 with :
54+ name : wheel-${{ matrix.buildplat[0] }}-${{ matrix.python }}
5455 path : wheelhouse/*.whl
5556 retention-days : 7
5657
7374 (github.event_name == 'release' && github.event.action == 'published')
7475 uses : actions/upload-artifact@v4
7576 with :
77+ name : sdist
7678 path : dist/*.tar.gz
7779 retention-days : 7
7880
@@ -89,10 +91,10 @@ jobs:
8991 runs-on : ubuntu-latest
9092 needs : [build_wheels, build_sdist]
9193 steps :
92- - uses : actions/download-artifact@v4.1.7
94+ - uses : actions/download-artifact@v4
9395 with :
94- name : artifact
9596 path : dist
97+ merge-multiple : true
9698
9799 - name : upload_source_and_wheels
98100@@ -115,8 +117,8 @@ jobs:
115117 steps :
116118117119 with :
118- name : artifact
119120 path : dist
121+ merge-multiple : true
120122
121123 - name : upload_source_and_wheels
122124
You can’t perform that action at this time.
0 commit comments