gha-utils 4.23.0__tar.gz → 4.23.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.23.0 → gha_utils-4.23.1}/PKG-INFO +2 -2
- {gha_utils-4.23.0 → gha_utils-4.23.1}/gha_utils/__init__.py +1 -1
- {gha_utils-4.23.0 → gha_utils-4.23.1}/gha_utils.egg-info/PKG-INFO +2 -2
- {gha_utils-4.23.0 → gha_utils-4.23.1}/pyproject.toml +2 -2
- {gha_utils-4.23.0 → gha_utils-4.23.1}/readme.md +1 -1
- {gha_utils-4.23.0 → gha_utils-4.23.1}/gha_utils/__main__.py +0 -0
- {gha_utils-4.23.0 → gha_utils-4.23.1}/gha_utils/changelog.py +0 -0
- {gha_utils-4.23.0 → gha_utils-4.23.1}/gha_utils/cli.py +0 -0
- {gha_utils-4.23.0 → gha_utils-4.23.1}/gha_utils/mailmap.py +0 -0
- {gha_utils-4.23.0 → gha_utils-4.23.1}/gha_utils/matrix.py +0 -0
- {gha_utils-4.23.0 → gha_utils-4.23.1}/gha_utils/metadata.py +0 -0
- {gha_utils-4.23.0 → gha_utils-4.23.1}/gha_utils/py.typed +0 -0
- {gha_utils-4.23.0 → gha_utils-4.23.1}/gha_utils/test_plan.py +0 -0
- {gha_utils-4.23.0 → gha_utils-4.23.1}/gha_utils.egg-info/SOURCES.txt +0 -0
- {gha_utils-4.23.0 → gha_utils-4.23.1}/gha_utils.egg-info/dependency_links.txt +0 -0
- {gha_utils-4.23.0 → gha_utils-4.23.1}/gha_utils.egg-info/entry_points.txt +0 -0
- {gha_utils-4.23.0 → gha_utils-4.23.1}/gha_utils.egg-info/requires.txt +0 -0
- {gha_utils-4.23.0 → gha_utils-4.23.1}/gha_utils.egg-info/top_level.txt +0 -0
- {gha_utils-4.23.0 → gha_utils-4.23.1}/setup.cfg +0 -0
- {gha_utils-4.23.0 → gha_utils-4.23.1}/tests/test_changelog.py +0 -0
- {gha_utils-4.23.0 → gha_utils-4.23.1}/tests/test_mailmap.py +0 -0
- {gha_utils-4.23.0 → gha_utils-4.23.1}/tests/test_matrix.py +0 -0
- {gha_utils-4.23.0 → gha_utils-4.23.1}/tests/test_metadata.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gha-utils
|
|
3
|
-
Version: 4.23.
|
|
3
|
+
Version: 4.23.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
|
|
@@ -73,7 +73,7 @@ Requires-Dist: types-PyYAML~=6.0.12.9; extra == "typing"
|
|
|
73
73
|
|
|
74
74
|
[](https://pypi.python.org/pypi/gha-utils)
|
|
75
75
|
[](https://pypi.python.org/pypi/gha-utils)
|
|
76
|
-
[](https://pepy.tech/projects/gha_utils)
|
|
77
77
|
[](https://github.com/kdeldycke/workflows/actions/workflows/tests.yaml?query=branch%3Amain)
|
|
78
78
|
[](https://app.codecov.io/gh/kdeldycke/workflows)
|
|
79
79
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gha-utils
|
|
3
|
-
Version: 4.23.
|
|
3
|
+
Version: 4.23.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
|
|
@@ -73,7 +73,7 @@ Requires-Dist: types-PyYAML~=6.0.12.9; extra == "typing"
|
|
|
73
73
|
|
|
74
74
|
[](https://pypi.python.org/pypi/gha-utils)
|
|
75
75
|
[](https://pypi.python.org/pypi/gha-utils)
|
|
76
|
-
[](https://pepy.tech/projects/gha_utils)
|
|
77
77
|
[](https://github.com/kdeldycke/workflows/actions/workflows/tests.yaml?query=branch%3Amain)
|
|
78
78
|
[](https://app.codecov.io/gh/kdeldycke/workflows)
|
|
79
79
|
|
|
@@ -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.23.
|
|
4
|
+
version = "4.23.1"
|
|
5
5
|
# Python versions and their status: https://devguide.python.org/versions/
|
|
6
6
|
requires-python = ">= 3.11"
|
|
7
7
|
description = "⚙️ CLI helpers for GitHub Actions + reuseable workflows"
|
|
@@ -160,7 +160,7 @@ addopts = [
|
|
|
160
160
|
xfail_strict = true
|
|
161
161
|
|
|
162
162
|
[tool.bumpversion]
|
|
163
|
-
current_version = "4.23.
|
|
163
|
+
current_version = "4.23.1"
|
|
164
164
|
allow_dirty = true
|
|
165
165
|
ignore_missing_files = true
|
|
166
166
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://pypi.python.org/pypi/gha-utils)
|
|
4
4
|
[](https://pypi.python.org/pypi/gha-utils)
|
|
5
|
-
[](https://pepy.tech/projects/gha_utils)
|
|
6
6
|
[](https://github.com/kdeldycke/workflows/actions/workflows/tests.yaml?query=branch%3Amain)
|
|
7
7
|
[](https://app.codecov.io/gh/kdeldycke/workflows)
|
|
8
8
|
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|