Closed jerbmega closed 3 years ago
nice work
k ill upload GITHUB_TOKEN as a secret
k ill upload GITHUB_TOKEN as a secret
It's autogenerated for the action so you shouldn't need to do that, I tried that initially too but it doesn't let you make a secret with that name
OH
ok lets try merging this then AND SEE WHAT HAPPENS
This PR adds a second workflow that automatically builds a release with PyInstaller, increments the patch number in semantic versioning by 1 based on the version number of the previous option, and uploads a release. This action will only run if CI passes, and if the target commit was pushed to main.
I also adjusted
win_build.py
to reflect that qwindows.dll and libEGL.dll are located inLib/site-packages/PyQt5/Qt5/...
now instead ofLib/site-packages/PyQt5/Qt/...