File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 11name : Binaries
2- description : build standalone executables using PyInstaller
2+ # build standalone executables using PyInstaller
33
44on :
55 push :
1212 strategy :
1313 fail-fast : false
1414 matrix :
15- os : [ubuntu-latest, macos-latest , windows-latest]
15+ os : [ubuntu-latest, macos-15-intel , windows-latest]
1616 runs-on : ${{ matrix.os }}
1717 name : Build on ${{ matrix.os }}
1818 steps :
2222 uses : actions/setup-python@v5
2323 with :
2424 python-version : ' 3.13'
25- architecture : ' x64'
2625 - name : Setup virtual env
2726 run : |
2827 python -m venv ./venv
7473 uses : actions/setup-python@v5
7574 with :
7675 python-version : ' 3.13'
77- architecture : ' arm64'
7876 - name : Setup virtual env
7977 run : |
8078 python -m venv ./venv
Original file line number Diff line number Diff line change 11name : Release
22
3- description : Create a GitHub release and attach built binaries when a version tag is pushed
3+ # Create a GitHub release and attach built binaries when a version tag is pushed
44
55on :
66 push :
You can’t perform that action at this time.
0 commit comments