[workflow:executables] restrict 'setuptools' to <71

setuptools 71 together with secretstorage dependencies
causees an ImportErrorWhenRunningHook exception in PyInstaller
for whatever reason
pull/5870/head
Mike Fährmann 2 months ago
parent 026e0b97db
commit 7d5415c201
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

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

Loading…
Cancel
Save