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:
		| @@ -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> | ||||
|        | ||||
		Reference in New Issue
	
	Block a user