gha-utils 4.7.1__tar.gz → 4.8.1__tar.gz
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-4.7.1 → gha_utils-4.8.1}/PKG-INFO +2 -2
- {gha_utils-4.7.1 → gha_utils-4.8.1}/gha_utils/__init__.py +1 -1
- {gha_utils-4.7.1 → gha_utils-4.8.1}/gha_utils.egg-info/PKG-INFO +2 -2
- {gha_utils-4.7.1 → gha_utils-4.8.1}/pyproject.toml +2 -2
- {gha_utils-4.7.1 → gha_utils-4.8.1}/readme.md +1 -1
- {gha_utils-4.7.1 → gha_utils-4.8.1}/gha_utils/__main__.py +0 -0
- {gha_utils-4.7.1 → gha_utils-4.8.1}/gha_utils/changelog.py +0 -0
- {gha_utils-4.7.1 → gha_utils-4.8.1}/gha_utils/cli.py +0 -0
- {gha_utils-4.7.1 → gha_utils-4.8.1}/gha_utils/mailmap.py +0 -0
- {gha_utils-4.7.1 → gha_utils-4.8.1}/gha_utils/metadata.py +0 -0
- {gha_utils-4.7.1 → gha_utils-4.8.1}/gha_utils/py.typed +0 -0
- {gha_utils-4.7.1 → gha_utils-4.8.1}/gha_utils.egg-info/SOURCES.txt +0 -0
- {gha_utils-4.7.1 → gha_utils-4.8.1}/gha_utils.egg-info/dependency_links.txt +0 -0
- {gha_utils-4.7.1 → gha_utils-4.8.1}/gha_utils.egg-info/entry_points.txt +0 -0
- {gha_utils-4.7.1 → gha_utils-4.8.1}/gha_utils.egg-info/requires.txt +0 -0
- {gha_utils-4.7.1 → gha_utils-4.8.1}/gha_utils.egg-info/top_level.txt +0 -0
- {gha_utils-4.7.1 → gha_utils-4.8.1}/setup.cfg +0 -0
- {gha_utils-4.7.1 → gha_utils-4.8.1}/tests/test_changelog.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: gha-utils
|
|
3
|
-
Version: 4.
|
|
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`
|
|
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,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: gha-utils
|
|
3
|
-
Version: 4.
|
|
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`
|
|
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,7 +1,7 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
# Docs: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/
|
|
3
3
|
name = "gha-utils"
|
|
4
|
-
version = "4.
|
|
4
|
+
version = "4.8.1"
|
|
5
5
|
# Python versions and their status: https://devguide.python.org/versions/
|
|
6
6
|
requires-python = ">= 3.10"
|
|
7
7
|
description = "⚙️ CLI helpers for GitHub Actions + reuseable workflows"
|
|
@@ -136,7 +136,7 @@ branch = true
|
|
|
136
136
|
precision = 2
|
|
137
137
|
|
|
138
138
|
[tool.bumpversion]
|
|
139
|
-
current_version = "4.
|
|
139
|
+
current_version = "4.8.1"
|
|
140
140
|
allow_dirty = true
|
|
141
141
|
ignore_missing_files = true
|
|
142
142
|
|
|
@@ -17,7 +17,7 @@ It takes care of:
|
|
|
17
17
|
- Version bumping
|
|
18
18
|
- Formatting autofix for: Python, Markdown, JSON, typos
|
|
19
19
|
- Linting: Python types with `mypy`, YAML, `zsh`, GitHub actions, links, Awesome lists, secrets
|
|
20
|
-
- Compiling of Python binaries for Linux / macOS / Windows on `x86_64`
|
|
20
|
+
- Compiling of Python binaries for Linux / macOS / Windows on `x86_64` & `arm64`
|
|
21
21
|
- Building of Python packages and upload to PyPi
|
|
22
22
|
- Git version tagging and GitHub release creation
|
|
23
23
|
- Synchronization of: `uv.lock`, `.gitignore`, `.mailmap` and Mermaid dependency graph
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|