gha-utils 4.7.2__py3-none-any.whl → 4.8.1__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 gha-utils might be problematic. Click here for more details.

gha_utils/__init__.py CHANGED
@@ -17,4 +17,4 @@
17
17
 
18
18
  from __future__ import annotations
19
19
 
20
- __version__ = "4.7.2"
20
+ __version__ = "4.8.1"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: gha-utils
3
- Version: 4.7.2
3
+ Version: 4.8.1
4
4
  Summary: ⚙️ CLI helpers for GitHub Actions + reuseable workflows
5
5
  Author-email: Kevin Deldycke <kevin@deldycke.com>
6
6
  Project-URL: Homepage, https://github.com/kdeldycke/workflows
@@ -81,7 +81,7 @@ It takes care of:
81
81
  - Version bumping
82
82
  - Formatting autofix for: Python, Markdown, JSON, typos
83
83
  - Linting: Python types with `mypy`, YAML, `zsh`, GitHub actions, links, Awesome lists, secrets
84
- - Compiling of Python binaries for Linux / macOS / Windows on `x86_64` & `arm64`
84
+ - Compiling of Python binaries for Linux / macOS / Windows on `x86_64` & `arm64`
85
85
  - Building of Python packages and upload to PyPi
86
86
  - Git version tagging and GitHub release creation
87
87
  - Synchronization of: `uv.lock`, `.gitignore`, `.mailmap` and Mermaid dependency graph
@@ -1,12 +1,12 @@
1
- gha_utils/__init__.py,sha256=B7n0yf8-EGYA0TztwD_6AShBdviG2FzQc0OaqsKsPwo,865
1
+ gha_utils/__init__.py,sha256=zoNPMyXhkRNd0JBYVsQJ6EuQXRiShO0uzt2YbOlEGks,865
2
2
  gha_utils/__main__.py,sha256=Dck9BjpLXmIRS83k0mghAMcYVYiMiFLltQdfRuMSP_Q,1703
3
3
  gha_utils/changelog.py,sha256=oahY88A9FRV14f1JSFKIiYrN_TS7Jo3QlljXqJbeuaE,5892
4
4
  gha_utils/cli.py,sha256=1sgNwDQS9vL5eTUjFXWQVYxtV6LTLRyo4kMnl4Joqg4,9175
5
5
  gha_utils/mailmap.py,sha256=snSQBn1BDZ21783l4yCkQc3RLIxh5X6QCunFRkDj-24,6301
6
6
  gha_utils/metadata.py,sha256=6N_YIARr18gKzDET8B57iFROSQxhzsbhJ9CwahsUM9E,49125
7
7
  gha_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
- gha_utils-4.7.2.dist-info/METADATA,sha256=B5IYMefc598TAGbnAio8L45ooeNdQf0hw-robc1i28E,18489
9
- gha_utils-4.7.2.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
10
- gha_utils-4.7.2.dist-info/entry_points.txt,sha256=8bJOwQYf9ZqsLhBR6gUCzvwLNI9f8tiiBrJ3AR0EK4o,54
11
- gha_utils-4.7.2.dist-info/top_level.txt,sha256=C94Blb61YkkyPBwCdM3J_JPDjWH0lnKa5nGZeZ5M6yE,10
12
- gha_utils-4.7.2.dist-info/RECORD,,
8
+ gha_utils-4.8.1.dist-info/METADATA,sha256=0ql0cmVW_ofW2DJCxOc9i9k3mBe-VAzZCmZ5nihl2go,18489
9
+ gha_utils-4.8.1.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
10
+ gha_utils-4.8.1.dist-info/entry_points.txt,sha256=8bJOwQYf9ZqsLhBR6gUCzvwLNI9f8tiiBrJ3AR0EK4o,54
11
+ gha_utils-4.8.1.dist-info/top_level.txt,sha256=C94Blb61YkkyPBwCdM3J_JPDjWH0lnKa5nGZeZ5M6yE,10
12
+ gha_utils-4.8.1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.3.0)
2
+ Generator: setuptools (75.5.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5