[build] Try to update all pip-installed packages

Authored by: bashonly
This commit is contained in:
bashonly 2023-11-21 23:06:29 -06:00
parent 043390f4b4
commit e7959745a8
No known key found for this signature in database
GPG key ID: 783F096F253D15B0

View file

@ -210,7 +210,9 @@ jobs:
run: |
cd repo
python3.8 -m pip install -U Pyinstaller -r requirements.txt # Cached version may be out of date
# Cached versions of may be out of date
python3.8 -m pip install -U pip setuptools wheel
python3.8 -m pip install -U Pyinstaller -r requirements.txt
python3.8 devscripts/update-version.py -c "${{ inputs.channel }}" -r "${{ needs.process.outputs.origin }}" "${{ inputs.version }}"
python3.8 devscripts/make_lazy_extractors.py
python3.8 pyinst.py