[workflow:executables] restrict 'setuptools' to <71
setuptools 71 together with secretstorage dependencies causees an ImportErrorWhenRunningHook exception in PyInstaller for whatever reason
This commit is contained in:
2
.github/workflows/executables.yml
vendored
2
.github/workflows/executables.yml
vendored
@@ -71,7 +71,7 @@ jobs:
|
||||
|
||||
- name: Build executable
|
||||
run: |
|
||||
pip install 'requests<2.32' requests[socks] yt-dlp pyyaml ${{ matrix.python-packages }} pyinstaller
|
||||
pip install 'setuptools<71' 'requests<2.32' requests[socks] yt-dlp pyyaml ${{ matrix.python-packages }} pyinstaller
|
||||
python ./scripts/pyinstaller.py --label '${{ env.LABEL }}'
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user