File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 uses : actions/upload-artifact@v4
3333 with :
3434 name : ${{matrix.python.cp}}-${{matrix.buildplat.sys}}-${{matrix.buildplat.arch}}
35- path : dist
35+ path : dist/*
3636
3737 windows :
3838 runs-on : windows-latest
5555 uses : actions/upload-artifact@v4
5656 with :
5757 name : ${{matrix.python.cp}}-${{matrix.buildplat.sys}}-${{matrix.buildplat.arch}}
58- path : dist
58+ path : dist/*
5959
6060 macos :
6161 runs-on : macos-latest
7777 uses : actions/upload-artifact@v4
7878 with :
7979 name : ${{matrix.python.cp}}-${{matrix.buildplat.sys}}-${{matrix.buildplat.arch}}
80- path : dist
80+ path : dist/*
8181
8282 sdist :
8383 runs-on : ubuntu-latest
9292 uses : actions/upload-artifact@v4
9393 with :
9494 name : ${{matrix.python.cp}}-${{matrix.buildplat.sys}}-${{matrix.buildplat.arch}}
95- path : dist
95+ path : dist/*
9696
9797 release :
9898 name : Release
You can’t perform that action at this time.
0 commit comments