updated pyinstaller
All checks were successful
Build / build-windows-binary (push) Successful in 32s

This commit is contained in:
Jonathan Branan 2024-07-30 17:54:39 -05:00
parent 7c65c0e357
commit 17155120ab

View File

@ -29,11 +29,11 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.12.4'
# cache: 'pip' # caching pip dependencies
cache: 'pip' # caching pip dependencies
# - name: Upload Release Asset
## env:
# GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }}
- run: python -m pip install -r requirements.txt
- run: python pyinstaller --noconfirm --onefile --console ${{ gitea.workspace }}/inex.py
- run: pyinstaller --noconfirm --onefile --console ${{ gitea.workspace }}/inex.py
# run: gh release upload <release_tag> <a_file>