JackMcKew / pyinstaller-action-windows

Github Action for building executables with Pyinstaller
MIT License
173 stars 71 forks source link

Upgrade pyinstaller 5.3 -> 5.13 #45

Closed GaNiziolek closed 7 months ago

GaNiziolek commented 7 months ago

The 5.3 version is old (2022-07-30) and doesn't have many of the recent hooks configs, I was having an issue with this version with pydantic=2.0.0, and was able to resolve this by upgrading pyinstaller to 5.13 since they contain most recent hooks.

To upgrade I just changed the PYINSTALLER_VERSION arg on dockerfile, then built and pushed to dockerhub to my image ganiziolek/pyinstaller-windows:3.10. Maybe you want to pull and tag with your name and push it to your docker hub.

JackMcKew commented 7 months ago

Thank you so much! I'm pushing the image now and it should resolve your problem :)