Include PySide6.QtNetwork in build workflows

Moved PySide6.QtNetwork from the excludes to the includes list in build workflows for Linux, macOS, and Windows. This ensures the QtNetwork module is bundled during packaging.
This commit is contained in:
Mohamed
2026-01-25 15:53:27 +02:00
committed by GitHub
parent 08c2255fba
commit dd727c7aa9
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -115,6 +115,7 @@ jobs:
"PySide6.QtGui",
"PySide6.QtWidgets",
"PySide6.QtMultimedia",
"PySide6.QtNetwork",
"requests",
"PIL",
"packaging",
@@ -124,7 +125,6 @@ jobs:
],
excludes=[
"PySide6.QtBluetooth",
"PySide6.QtNetwork",
"PySide6.QtOpenGL",
"PySide6.QtPrintSupport",
"PySide6.QtSvg",