[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:
Mike Fährmann
2024-07-18 02:20:52 +02:00
parent 026e0b97db
commit 7d5415c201

View File

@@ -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