updated pyinstaller
All checks were successful
Build / build-windows-binary (push) Successful in 32s
All checks were successful
Build / build-windows-binary (push) Successful in 32s
This commit is contained in:
parent
7c65c0e357
commit
17155120ab
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user