File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 - name : Upload wheels
3232 uses : actions/upload-artifact@v4
3333 with :
34- name : ${{matrix.python.cp}} -${{matrix.buildplat.sys }}-${{matrix.buildplat.arch}}
35- path : dist
34+ name : stam -${{matrix.target }}-linux
35+ path : dist/*
3636
3737 windows :
3838 runs-on : windows-latest
5454 - name : Upload wheels
5555 uses : actions/upload-artifact@v4
5656 with :
57- name : ${{matrix.python.cp}} -${{matrix.buildplat.sys }}-${{matrix.buildplat.arch}}
58- path : dist
57+ name : stam -${{matrix.target }}-win
58+ path : dist/*
5959
6060 macos :
6161 runs-on : macos-latest
7676 - name : Upload wheels
7777 uses : actions/upload-artifact@v4
7878 with :
79- name : ${{matrix.python.cp}} -${{matrix.buildplat.sys }}-${{matrix.buildplat.arch}}
80- path : dist
79+ name : stam -${{matrix.target }}-macos
80+ path : dist/*
8181
8282 sdist :
8383 runs-on : ubuntu-latest
9191 - name : Upload sdist
9292 uses : actions/upload-artifact@v4
9393 with :
94- name : ${{matrix.python.cp}}-${{matrix.buildplat.sys}}-${{matrix.buildplat.arch}}
95- path : dist
94+ name : stam-source
95+ path : dist/*
9696
9797 release :
9898 name : Release
@@ -102,7 +102,7 @@ jobs:
102102 steps :
103103 - uses : actions/download-artifact@v4
104104 with :
105- name : wheels
105+ name : dist
106106 # - name: Publish to PyPI
107107 # uses: PyO3/maturin-action@v1
108108 # env:
You can’t perform that action at this time.
0 commit comments