Skip to content

Commit

Permalink
use build to make whl for pyinstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
emcek committed Oct 23, 2023
1 parent 65d9dbe commit 4b4e127
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/build-app/action.yaml
Expand Up @@ -13,7 +13,8 @@ runs:
git checkout $pyi_tag
python.exe ./waf all
cd ..
python.exe setup.py bdist_wheel
python -m build
python -m twine check dist/*
pip install dist/pyinstaller-$pyi_ver-py3-none-any.whl
- name: "Generate version info file"
Expand Down

0 comments on commit 4b4e127

Please sign in to comment.