File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 - uses : actions/checkout@v4
2929 with :
3030 submodules : " true"
31- - uses : actions/setup-python@v4
31+ - uses : actions/setup-python@v5
3232 with :
3333 python-version : ' 3.10'
3434 - name : Build wheels
4141 - name : Upload wheels
4242 uses : actions/upload-artifact@v4
4343 with :
44- name : wheels
44+ name : linux
4545 path : dist
4646
4747 windows :
5353 - uses : actions/checkout@v4
5454 with :
5555 submodules : " true"
56- - uses : actions/setup-python@v4
56+ - uses : actions/setup-python@v5
5757 with :
5858 python-version : ' 3.10'
5959 architecture : ${{ matrix.target }}
6666 - name : Upload wheels
6767 uses : actions/upload-artifact@v4
6868 with :
69- name : wheels
69+ name : windows
7070 path : dist
7171
7272 sdist :
8383 - name : Upload sdist
8484 uses : actions/upload-artifact@v4
8585 with :
86- name : wheels
86+ name : source
8787 path : dist
8888
8989 release :
You can’t perform that action at this time.
0 commit comments