File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,17 +29,17 @@ jobs:
2929
3030 - name : (3) list files
3131 run : |
32- dir ${{ env.SOURCE_DIR }}
32+ ls ${{ env.SOURCE_DIR }}
3333
34- - name : (5 ) Make qhexedit.exe
34+ - name : (4 ) Make qhexedit.exe
3535 working-directory : ${{ runner.temp }}
3636 run : |
3737 mkdir qhexedit
3838 cd qhexedit
3939 qmake ${{ env.SOURCE_DIR }}/example/qhexedit.pro
4040 make -j12
4141
42- - name : (8 ) Make Python Wheel
42+ - name : (5 ) Make Python Wheel
4343 working-directory : ${{ runner.temp }}
4444 run : |
4545 sudo apt install python3-build -y
5252 cp ${{ env.SOURCE_DIR }}/python/pyqt5-pyproject.toml pyproject.toml
5353 cp ${{ env.SOURCE_DIR }}/python/QHexEdit.sip .
5454
55- python -m build --verbose
55+ python3 -m build --verbose
5656
5757 - name : (9) Save Python Wheel
5858 uses : actions/upload-artifact@master
You can’t perform that action at this time.
0 commit comments