winipedia-pyside 0.2.29__py3-none-any.whl → 0.2.34__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of winipedia-pyside might be problematic. Click here for more details.
- winipedia_pyside/workflows/configs.py +2 -1
- {winipedia_pyside-0.2.29.dist-info → winipedia_pyside-0.2.34.dist-info}/METADATA +1 -1
- {winipedia_pyside-0.2.29.dist-info → winipedia_pyside-0.2.34.dist-info}/RECORD +5 -5
- {winipedia_pyside-0.2.29.dist-info → winipedia_pyside-0.2.34.dist-info}/WHEEL +0 -0
- {winipedia_pyside-0.2.29.dist-info → winipedia_pyside-0.2.34.dist-info}/licenses/LICENSE +0 -0
|
@@ -51,6 +51,7 @@ class PySide6WorkflowMixin(WinipediaWorkflow):
|
|
|
51
51
|
{
|
|
52
52
|
"name": "Install PySide6 System Dependencies",
|
|
53
53
|
"run": "sudo apt-get update && sudo apt-get install -y libegl1 libpulse0", # noqa: E501
|
|
54
|
+
"if": "runner.os == 'Linux'",
|
|
54
55
|
}
|
|
55
56
|
)
|
|
56
57
|
return steps
|
|
@@ -65,7 +66,7 @@ class HealthCheckWorkflow(PySide6WorkflowMixin, WinipediaHealthCheckWorkflow):
|
|
|
65
66
|
"""
|
|
66
67
|
|
|
67
68
|
|
|
68
|
-
class ReleaseWorkflow(
|
|
69
|
+
class ReleaseWorkflow(HealthCheckWorkflow, WinipediaReleaseWorkflow):
|
|
69
70
|
"""Release workflow.
|
|
70
71
|
|
|
71
72
|
Extends winipedia_utils release workflow to add additional steps.
|
|
@@ -19,8 +19,8 @@ winipedia_pyside/ui/windows/__init__.py,sha256=XHsbmjiaGom-KX-S3leCY9cJD3aP9p_0X
|
|
|
19
19
|
winipedia_pyside/ui/windows/base/__init__.py,sha256=XHsbmjiaGom-KX-S3leCY9cJD3aP9p_0X6xYMcdkHBU,23
|
|
20
20
|
winipedia_pyside/ui/windows/base/base.py,sha256=GMe6dhxrqMSiB_rIYr_dnjw3QYbYErDOoU0bqfEbEOw,1378
|
|
21
21
|
winipedia_pyside/workflows/__init__.py,sha256=XHsbmjiaGom-KX-S3leCY9cJD3aP9p_0X6xYMcdkHBU,23
|
|
22
|
-
winipedia_pyside/workflows/configs.py,sha256=
|
|
23
|
-
winipedia_pyside-0.2.
|
|
24
|
-
winipedia_pyside-0.2.
|
|
25
|
-
winipedia_pyside-0.2.
|
|
26
|
-
winipedia_pyside-0.2.
|
|
22
|
+
winipedia_pyside/workflows/configs.py,sha256=UwBM-AZmPfkVMNUpA6n0i6GkuiFhQNYcfKFxrqUUr3o,2388
|
|
23
|
+
winipedia_pyside-0.2.34.dist-info/METADATA,sha256=UE-7CfbgL17_8duz5GN-RjfcxdqB7cntQIaapRO8i70,6575
|
|
24
|
+
winipedia_pyside-0.2.34.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
25
|
+
winipedia_pyside-0.2.34.dist-info/licenses/LICENSE,sha256=o316mE2gGzd__JT69p7S_zlOmKiHh8YjpImCCcWyTvM,1066
|
|
26
|
+
winipedia_pyside-0.2.34.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|