winipedia-utils 0.2.54__py3-none-any.whl → 0.2.63__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.

@@ -43,6 +43,7 @@ def _get_publish_config() -> dict[str, Any]:
43
43
  "jobs": {
44
44
  "publish": {
45
45
  "runs-on": "ubuntu-latest",
46
+ "if": "${{ github.event.workflow_run.conclusion == 'success' }}",
46
47
  "steps": [
47
48
  *(
48
49
  _get_poetry_setup_steps(
@@ -33,12 +33,14 @@ def dump_release_workflow(config: dict[str, Any]) -> None:
33
33
 
34
34
  def _get_release_config() -> dict[str, Any]:
35
35
  """Dict that represents the release workflow yaml."""
36
+ repo_plus_ref = "${{ github.event.repository.name }}-${{ github.ref_name }}"
36
37
  return {
37
38
  "name": WORKFLOW_NAME,
38
39
  "on": {"push": {"tags": ["v*"]}},
39
40
  "permissions": {
40
41
  "contents": "write",
41
42
  },
43
+ "run-name": WORKFLOW_NAME + ": " + repo_plus_ref,
42
44
  "jobs": {
43
45
  "release": {
44
46
  "runs-on": "ubuntu-latest",
@@ -65,7 +67,7 @@ def _get_release_config() -> dict[str, Any]:
65
67
  "uses": "ncipollo/release-action@v1",
66
68
  "with": {
67
69
  "tag": "${{ github.ref_name }}",
68
- "name": "${{ github.event.repository.name }}-${{ github.ref_name }}", # noqa: E501
70
+ "name": repo_plus_ref,
69
71
  "body": "${{ steps.build_changelog.outputs.changelog }}",
70
72
  },
71
73
  },
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: winipedia-utils
3
- Version: 0.2.54
3
+ Version: 0.2.63
4
4
  Summary: A package with many utility functions
5
5
  License-Expression: MIT
6
6
  License-File: LICENSE
@@ -19,8 +19,8 @@ winipedia_utils/git/pre_commit/run_hooks.py,sha256=HFsomU-KV89gVLAzmHtLnwekldO8v
19
19
  winipedia_utils/git/workflows/__init__.py,sha256=BPdntTwFEyBMJ6MyT7gddPHswvRdH9tsRtfK72VSV7Y,57
20
20
  winipedia_utils/git/workflows/base/__init__.py,sha256=XHsbmjiaGom-KX-S3leCY9cJD3aP9p_0X6xYMcdkHBU,23
21
21
  winipedia_utils/git/workflows/base/base.py,sha256=pH-TF8ElvYNldLuo420WIArlEf6gkk1igfY42eytKGM,2413
22
- winipedia_utils/git/workflows/publish.py,sha256=dGSJgkr3zVwwKHN8kt8ao-N4z6VyM2dW42chWWgsCYE,2316
23
- winipedia_utils/git/workflows/release.py,sha256=oJCWnvQT05zqLJp75cliQhfuu2PFKnQ0Uw6Y-8r0QA4,2839
22
+ winipedia_utils/git/workflows/publish.py,sha256=aeFkYis5DMM28iWu5CgYocoUpAOT-k_wjyob_JZY6fQ,2398
23
+ winipedia_utils/git/workflows/release.py,sha256=7HZ0fYm7pzOzEXImgfvY2Scdj-AJ7_Sn-jfDYLo-b0w,2917
24
24
  winipedia_utils/iterating/__init__.py,sha256=rlF9hzxbowq5yOfcXvOKOQdB-EQmfrislQpf659Zeu4,53
25
25
  winipedia_utils/iterating/iterate.py,sha256=fP0cgEOmmwqt5wg6v61Kw3Jx9TtE8bC_a2jVd270NCM,944
26
26
  winipedia_utils/logging/__init__.py,sha256=AMt1LwA_E7hexYjMpGzUempoyDdAF-dowWvq59wC5aM,51
@@ -79,7 +79,7 @@ winipedia_utils/testing/tests/base/utils/utils.py,sha256=3c_SNbzjkQypzsc-BONo5C1
79
79
  winipedia_utils/testing/tests/conftest.py,sha256=BLgUJtLecOwuEsIyJ__0buqovd5AhiGvbMNk8CHgSQs,888
80
80
  winipedia_utils/text/__init__.py,sha256=j2bwtK6kyeHI6SnoBjpRju0C1W2n2paXBDlNjNtaUxA,48
81
81
  winipedia_utils/text/string.py,sha256=yXmwOab5hXyVQG1NwlWDpy2prj0U7Vb2F5HKLT2Y77Q,3382
82
- winipedia_utils-0.2.54.dist-info/METADATA,sha256=O7YpClfYrtAR0QPYUqqYVZASvZa_U-l1UKmhf8nYfKA,21020
83
- winipedia_utils-0.2.54.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
84
- winipedia_utils-0.2.54.dist-info/licenses/LICENSE,sha256=o316mE2gGzd__JT69p7S_zlOmKiHh8YjpImCCcWyTvM,1066
85
- winipedia_utils-0.2.54.dist-info/RECORD,,
82
+ winipedia_utils-0.2.63.dist-info/METADATA,sha256=ZCnhBgbe5mv0z2E-T6mT3HOVthoELZ9j_DCbHUr8tFM,21020
83
+ winipedia_utils-0.2.63.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
84
+ winipedia_utils-0.2.63.dist-info/licenses/LICENSE,sha256=o316mE2gGzd__JT69p7S_zlOmKiHh8YjpImCCcWyTvM,1066
85
+ winipedia_utils-0.2.63.dist-info/RECORD,,