File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 3434
3535 - uses : actions/upload-artifact@v4
3636 with :
37+ name : ${{ matrix.os }}
3738 path : ./wheelhouse/*.whl
3839
3940 - uses : softprops/action-gh-release@v1
6667
6768 - uses : actions/upload-artifact@v4
6869 with :
70+ name : archs
6971 path : ./wheelhouse/*.whl
7072
7173 - uses : softprops/action-gh-release@v1
8991
9092 - uses : actions/upload-artifact@v4
9193 with :
94+ name : sdist
9295 path : dist/*.tar.gz
9396
9497 - uses : softprops/action-gh-release@v1
@@ -104,12 +107,11 @@ jobs:
104107 # alternatively, to publish when a GitHub Release is created, use the following rule:
105108 # if: github.event_name == 'release' && github.event.action == 'published'
106109 steps :
107- - uses : actions/download-artifact@v3
110+ - uses : actions/download-artifact@v4
108111 with :
109- # unpacks default artifact into dist/
110- # if `name: artifact` is omitted, the action will create extra parent dir
111- name : artifact
112112 path : dist
113+ pattern : " *"
114+ merge-multiple : true
113115
114116115117 with :
You can’t perform that action at this time.
0 commit comments