File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 python -m pip install --upgrade pip setuptools wheel
2222 pip install poetry poetry-pyinstaller-plugin pyinstaller
2323 - name : Build binaries
24- run : poetry build
24+ run : |
25+ pip install .
26+ poetry build
2527
2628 - uses : actions/upload-artifact@v4
2729 with :
4648 python -m pip install --upgrade pip setuptools wheel
4749 pip install poetry poetry-pyinstaller-plugin pyinstaller
4850 - name : Build binaries
49- run : poetry build
51+ run : |
52+ pip install .
53+ poetry build
5054
5155 - uses : actions/upload-artifact@v4
5256 with :
7276 python -m pip install --upgrade pip setuptools wheel
7377 pip install poetry poetry-pyinstaller-plugin pyinstaller
7478 - name : Build binaries
75- run : poetry build
79+ run : |
80+ pip install .
81+ poetry build
7682
7783 - uses : actions/upload-artifact@v4
7884 with :
You can’t perform that action at this time.
0 commit comments