gha-utils 4.3.2__tar.gz → 4.3.3__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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: gha-utils
3
- Version: 4.3.2
3
+ Version: 4.3.3
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.3.2"
20
+ __version__ = "4.3.3"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: gha-utils
3
- Version: 4.3.2
3
+ Version: 4.3.3
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.3.2"
4
+ version = "4.3.3"
5
5
  # Python versions and their status: https://devguide.python.org/versions/
6
6
  # XXX 3.8 is not enough and we need to bump requirements to 3.8.6 because of:
7
7
  # https://github.com/clbarnes/backports.strenum/issues/1
@@ -104,7 +104,7 @@ warn_unreachable = true
104
104
  pretty = true
105
105
 
106
106
  [tool.bumpversion]
107
- current_version = "4.3.2"
107
+ current_version = "4.3.3"
108
108
  allow_dirty = true
109
109
  ignore_missing_files = true
110
110
 
File without changes
File without changes
File without changes
File without changes