Band-aid Linux Build breaking with the release of PyGObject 3.52.1 (#4716)

* Band-aid Linux Build breaking with the release of PyGObject 3.52.1

* Update build.yml

* Release workflow as well
This commit is contained in:
NewSoupVi
2025-03-10 14:43:52 +01:00
committed by GitHub
parent e95a41cf93
commit 21ffc0fc54
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ jobs:
# charset-normalizer was somehow incomplete in the github runner
"${{ env.PYTHON }}" -m venv venv
source venv/bin/activate
"${{ env.PYTHON }}" -m pip install --upgrade pip PyGObject charset-normalizer
"${{ env.PYTHON }}" -m pip install --upgrade pip "PyGObject<3.51.0" charset-normalizer
python setup.py build_exe --yes bdist_appimage --yes
echo -e "setup.py build output:\n `ls build`"
echo -e "setup.py dist output:\n `ls dist`"