File tree Expand file tree Collapse file tree 5 files changed +11
-368
lines changed
Expand file tree Collapse file tree 5 files changed +11
-368
lines changed Original file line number Diff line number Diff line change 1- name : Build Python Wheels
1+ name : Build Python Zip
22
33on :
44 push :
99 - main
1010
1111jobs :
12- python-wheels :
12+ python-zip :
1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout
1616 uses : actions/checkout@v2
1717 - name : Setup Python
1818 uses : actions/setup-python@v2
1919 with :
20- python-version : ' 3.12.10'
21- - name : Install dependencies
22- run : pip3 install wheel --break-system-packages
23- - name : Build wheels
20+ python-version : ' 3.12.9'
21+ - name : Build Python zip
2422 run : python3 get_deps.py
25- - name : Upload wheels
23+ - name : Upload zip
2624 uses : actions/upload-artifact@v4
2725 with :
28- name : python_wheels
26+ name : python_zip
2927 path : |
30- ./*.whl
3128 ./*.zip
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments