gha-utils 4.17.8__tar.gz → 4.17.9__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.

Files changed (23) hide show
  1. {gha_utils-4.17.8 → gha_utils-4.17.9}/PKG-INFO +1 -1
  2. {gha_utils-4.17.8 → gha_utils-4.17.9}/gha_utils/__init__.py +1 -1
  3. {gha_utils-4.17.8 → gha_utils-4.17.9}/gha_utils.egg-info/PKG-INFO +1 -1
  4. {gha_utils-4.17.8 → gha_utils-4.17.9}/pyproject.toml +2 -2
  5. {gha_utils-4.17.8 → gha_utils-4.17.9}/gha_utils/__main__.py +0 -0
  6. {gha_utils-4.17.8 → gha_utils-4.17.9}/gha_utils/changelog.py +0 -0
  7. {gha_utils-4.17.8 → gha_utils-4.17.9}/gha_utils/cli.py +0 -0
  8. {gha_utils-4.17.8 → gha_utils-4.17.9}/gha_utils/mailmap.py +0 -0
  9. {gha_utils-4.17.8 → gha_utils-4.17.9}/gha_utils/matrix.py +0 -0
  10. {gha_utils-4.17.8 → gha_utils-4.17.9}/gha_utils/metadata.py +0 -0
  11. {gha_utils-4.17.8 → gha_utils-4.17.9}/gha_utils/py.typed +0 -0
  12. {gha_utils-4.17.8 → gha_utils-4.17.9}/gha_utils/test_plan.py +0 -0
  13. {gha_utils-4.17.8 → gha_utils-4.17.9}/gha_utils.egg-info/SOURCES.txt +0 -0
  14. {gha_utils-4.17.8 → gha_utils-4.17.9}/gha_utils.egg-info/dependency_links.txt +0 -0
  15. {gha_utils-4.17.8 → gha_utils-4.17.9}/gha_utils.egg-info/entry_points.txt +0 -0
  16. {gha_utils-4.17.8 → gha_utils-4.17.9}/gha_utils.egg-info/requires.txt +0 -0
  17. {gha_utils-4.17.8 → gha_utils-4.17.9}/gha_utils.egg-info/top_level.txt +0 -0
  18. {gha_utils-4.17.8 → gha_utils-4.17.9}/readme.md +0 -0
  19. {gha_utils-4.17.8 → gha_utils-4.17.9}/setup.cfg +0 -0
  20. {gha_utils-4.17.8 → gha_utils-4.17.9}/tests/test_changelog.py +0 -0
  21. {gha_utils-4.17.8 → gha_utils-4.17.9}/tests/test_mailmap.py +0 -0
  22. {gha_utils-4.17.8 → gha_utils-4.17.9}/tests/test_matrix.py +0 -0
  23. {gha_utils-4.17.8 → gha_utils-4.17.9}/tests/test_metadata.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gha-utils
3
- Version: 4.17.8
3
+ Version: 4.17.9
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
@@ -17,4 +17,4 @@
17
17
 
18
18
  from __future__ import annotations
19
19
 
20
- __version__ = "4.17.8"
20
+ __version__ = "4.17.9"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gha-utils
3
- Version: 4.17.8
3
+ Version: 4.17.9
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
@@ -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.17.8"
4
+ version = "4.17.9"
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"
@@ -137,7 +137,7 @@ addopts = [
137
137
  xfail_strict = true
138
138
 
139
139
  [tool.bumpversion]
140
- current_version = "4.17.8"
140
+ current_version = "4.17.9"
141
141
  allow_dirty = true
142
142
  ignore_missing_files = true
143
143
 
File without changes
File without changes
File without changes