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

@@ -174,8 +174,8 @@ class Workflow(YamlConfigFile):
174
174
  """Get the release steps."""
175
175
  return [
176
176
  {
177
- "name": "Create and Push Tag",
178
- "run": f"git tag {cls.get_version()} && git push && git push origin {cls.get_version()}", # noqa: E501
177
+ "name": "Tag and Push",
178
+ "run": f"git push && git tag {cls.get_version()} && git push origin {cls.get_version()}", # noqa: E501
179
179
  },
180
180
  {
181
181
  "name": "Build Changelog",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: winipedia-utils
3
- Version: 0.4.18
3
+ Version: 0.4.20
4
4
  Summary: A package with many utility functions
5
5
  License-Expression: MIT
6
6
  License-File: LICENSE
@@ -15,7 +15,7 @@ winipedia_utils/git/github/repo/protect.py,sha256=WW8nkIp8DND_b3UJ9xUzucHmQOH0KZ
15
15
  winipedia_utils/git/github/repo/repo.py,sha256=OqoOfqDhe_Iik71dNqi4h3fGrMno33hSjk0bpNg3eZk,7865
16
16
  winipedia_utils/git/github/workflows/__init__.py,sha256=BPdntTwFEyBMJ6MyT7gddPHswvRdH9tsRtfK72VSV7Y,57
17
17
  winipedia_utils/git/github/workflows/base/__init__.py,sha256=XHsbmjiaGom-KX-S3leCY9cJD3aP9p_0X6xYMcdkHBU,23
18
- winipedia_utils/git/github/workflows/base/base.py,sha256=ZXcwyXcNE6E_WpnTUzcOnlSjW2unKO1hOu-LqA5rmAE,9582
18
+ winipedia_utils/git/github/workflows/base/base.py,sha256=6QyRPUHaTjHOLcA3Le2qffcMEzjvI0wZMOc9y2MIGr0,9575
19
19
  winipedia_utils/git/github/workflows/health_check.py,sha256=cPjSJxNy9h0bKNK69crmcERACx4VGR2XytyZ1JM_wMQ,1567
20
20
  winipedia_utils/git/github/workflows/publish.py,sha256=TPbSp5QH2vVl55UdqE_kjf1HIkdubcgqWlkLjWFX5EA,1378
21
21
  winipedia_utils/git/github/workflows/release.py,sha256=hnMT12J17LmFpPCTzva-lW95MOFDQ-1bAOrTVCxeaR8,1301
@@ -87,7 +87,7 @@ winipedia_utils/testing/tests/conftest.py,sha256=BLgUJtLecOwuEsIyJ__0buqovd5AhiG
87
87
  winipedia_utils/text/__init__.py,sha256=j2bwtK6kyeHI6SnoBjpRju0C1W2n2paXBDlNjNtaUxA,48
88
88
  winipedia_utils/text/config.py,sha256=gO-gOTQT2k1KmQ16hYOuBhSX1t8FhMP9CoSc4sFaq5o,6187
89
89
  winipedia_utils/text/string.py,sha256=yXmwOab5hXyVQG1NwlWDpy2prj0U7Vb2F5HKLT2Y77Q,3382
90
- winipedia_utils-0.4.18.dist-info/METADATA,sha256=CDPCLiwkcpcI8tZOaYl5KwhF3AG0vNAGvBRZRBi9I3g,11055
91
- winipedia_utils-0.4.18.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
92
- winipedia_utils-0.4.18.dist-info/licenses/LICENSE,sha256=o316mE2gGzd__JT69p7S_zlOmKiHh8YjpImCCcWyTvM,1066
93
- winipedia_utils-0.4.18.dist-info/RECORD,,
90
+ winipedia_utils-0.4.20.dist-info/METADATA,sha256=ciTaUMEAge2LRU9WOhwY6NKS1yC0CKwELu3MApgKMBU,11055
91
+ winipedia_utils-0.4.20.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
92
+ winipedia_utils-0.4.20.dist-info/licenses/LICENSE,sha256=o316mE2gGzd__JT69p7S_zlOmKiHh8YjpImCCcWyTvM,1066
93
+ winipedia_utils-0.4.20.dist-info/RECORD,,