winipedia-utils 0.5.29__py3-none-any.whl → 0.5.30__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-utils might be problematic. Click here for more details.
- winipedia_utils/git/github/workflows/base/base.py +4 -2
- {winipedia_utils-0.5.29.dist-info → winipedia_utils-0.5.30.dist-info}/METADATA +1 -1
- {winipedia_utils-0.5.29.dist-info → winipedia_utils-0.5.30.dist-info}/RECORD +5 -5
- {winipedia_utils-0.5.29.dist-info → winipedia_utils-0.5.30.dist-info}/WHEEL +0 -0
- {winipedia_utils-0.5.29.dist-info → winipedia_utils-0.5.30.dist-info}/licenses/LICENSE +0 -0
|
@@ -707,6 +707,7 @@ class Workflow(YamlConfigFile):
|
|
|
707
707
|
with_: dict[str, Any] = {"path": str(path)}
|
|
708
708
|
if name is not None:
|
|
709
709
|
with_["name"] = name
|
|
710
|
+
with_["merge-multiple"] = "true"
|
|
710
711
|
return cls.get_step(
|
|
711
712
|
step_func=cls.step_download_artifacts,
|
|
712
713
|
uses="actions/download-artifact@main",
|
|
@@ -749,12 +750,13 @@ class Workflow(YamlConfigFile):
|
|
|
749
750
|
artifacts_pattern: str = ARTIFACTS_PATTERN,
|
|
750
751
|
) -> dict[str, Any]:
|
|
751
752
|
"""Get the create release step."""
|
|
753
|
+
version = cls.insert_version_from_extract_version_step()
|
|
752
754
|
return cls.get_step(
|
|
753
755
|
step_func=cls.step_create_release,
|
|
754
756
|
uses="ncipollo/release-action@main",
|
|
755
757
|
with_={
|
|
756
|
-
"tag":
|
|
757
|
-
"name": f"{cls.insert_repository_name()} {
|
|
758
|
+
"tag": version,
|
|
759
|
+
"name": f"{cls.insert_repository_name()} {version}",
|
|
758
760
|
"body": cls.insert_changelog(),
|
|
759
761
|
cls.ARTIFACTS_FOLDER: artifacts_pattern,
|
|
760
762
|
},
|
|
@@ -18,7 +18,7 @@ winipedia_utils/git/github/repo/protect.py,sha256=nOVjb5GVinGIClp7k9_qqgKnAl_gk1
|
|
|
18
18
|
winipedia_utils/git/github/repo/repo.py,sha256=OqoOfqDhe_Iik71dNqi4h3fGrMno33hSjk0bpNg3eZk,7865
|
|
19
19
|
winipedia_utils/git/github/workflows/__init__.py,sha256=BPdntTwFEyBMJ6MyT7gddPHswvRdH9tsRtfK72VSV7Y,57
|
|
20
20
|
winipedia_utils/git/github/workflows/base/__init__.py,sha256=XHsbmjiaGom-KX-S3leCY9cJD3aP9p_0X6xYMcdkHBU,23
|
|
21
|
-
winipedia_utils/git/github/workflows/base/base.py,sha256=
|
|
21
|
+
winipedia_utils/git/github/workflows/base/base.py,sha256=Z6V0V4lGQL0wHpxqz0yHCVPRfq-Ig2keHsRW5nrFbVI,27659
|
|
22
22
|
winipedia_utils/git/github/workflows/health_check.py,sha256=Ghehk7LWV3ZH2283DRoNBEF3PDZtwNhiWwMq93CeDrk,2205
|
|
23
23
|
winipedia_utils/git/github/workflows/publish.py,sha256=dNCcSBu7eTjmzomk3qX7BZpTzhwT5oM3Ap3hw22uoJE,1470
|
|
24
24
|
winipedia_utils/git/github/workflows/release.py,sha256=WEAUglUFBE4OslzC_rnCHyLeIqo09majt2ps7UzA8jM,2928
|
|
@@ -91,7 +91,7 @@ winipedia_utils/testing/tests/conftest.py,sha256=BLgUJtLecOwuEsIyJ__0buqovd5AhiG
|
|
|
91
91
|
winipedia_utils/text/__init__.py,sha256=j2bwtK6kyeHI6SnoBjpRju0C1W2n2paXBDlNjNtaUxA,48
|
|
92
92
|
winipedia_utils/text/config.py,sha256=jjKmn-tSbyaK6jGL0FxFHSREP6A6V1ZSX3RuIgvQ4io,7794
|
|
93
93
|
winipedia_utils/text/string.py,sha256=uHqpm1yXumiSDD7MZxfdkRS_4paQ5wIJweeBJK2bCdQ,4332
|
|
94
|
-
winipedia_utils-0.5.
|
|
95
|
-
winipedia_utils-0.5.
|
|
96
|
-
winipedia_utils-0.5.
|
|
97
|
-
winipedia_utils-0.5.
|
|
94
|
+
winipedia_utils-0.5.30.dist-info/METADATA,sha256=9ehvXW41L9R4_F8sI96V3-1QBFlTxZRG2oAqxZ2L74I,16481
|
|
95
|
+
winipedia_utils-0.5.30.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
96
|
+
winipedia_utils-0.5.30.dist-info/licenses/LICENSE,sha256=o316mE2gGzd__JT69p7S_zlOmKiHh8YjpImCCcWyTvM,1066
|
|
97
|
+
winipedia_utils-0.5.30.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|