gha-utils 4.11.0__py3-none-any.whl → 4.12.0__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 +1 -1
- {gha_utils-4.11.0.dist-info → gha_utils-4.12.0.dist-info}/METADATA +2 -2
- {gha_utils-4.11.0.dist-info → gha_utils-4.12.0.dist-info}/RECORD +6 -6
- {gha_utils-4.11.0.dist-info → gha_utils-4.12.0.dist-info}/WHEEL +0 -0
- {gha_utils-4.11.0.dist-info → gha_utils-4.12.0.dist-info}/entry_points.txt +0 -0
- {gha_utils-4.11.0.dist-info → gha_utils-4.12.0.dist-info}/top_level.txt +0 -0
gha_utils/__init__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: gha-utils
|
|
3
|
-
Version: 4.
|
|
3
|
+
Version: 4.12.0
|
|
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
|
|
@@ -300,7 +300,7 @@ So I made up a [`release.yaml` workflow](https://github.com/kdeldycke/workflows/
|
|
|
300
300
|
|
|
301
301
|
1. Extracts project metadata from `pyproject.toml`
|
|
302
302
|
1. Generates a build matrix of all commits / os / arch / CLI entry points
|
|
303
|
-
1. Build Python
|
|
303
|
+
1. Build Python wheels with `uv`
|
|
304
304
|
1. Compile binaries of all CLI with Nuitka
|
|
305
305
|
1. Tag the release commit in Git
|
|
306
306
|
1. Publish new version to PyPi
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
gha_utils/__init__.py,sha256=
|
|
1
|
+
gha_utils/__init__.py,sha256=n5J-bsng8IgkAnqo4NLB09iC06USCbezULgF5wBBwyo,866
|
|
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=jREHEbkwDm4OU4Pw_Q0KMRMbOy93_8Gjnccq3DWHq3s,51540
|
|
7
7
|
gha_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
|
-
gha_utils-4.
|
|
9
|
-
gha_utils-4.
|
|
10
|
-
gha_utils-4.
|
|
11
|
-
gha_utils-4.
|
|
12
|
-
gha_utils-4.
|
|
8
|
+
gha_utils-4.12.0.dist-info/METADATA,sha256=P1tmkmzDruwrmbEzbf4SUUdGXzYlFS2TLNUTwq6vlFY,20106
|
|
9
|
+
gha_utils-4.12.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
10
|
+
gha_utils-4.12.0.dist-info/entry_points.txt,sha256=8bJOwQYf9ZqsLhBR6gUCzvwLNI9f8tiiBrJ3AR0EK4o,54
|
|
11
|
+
gha_utils-4.12.0.dist-info/top_level.txt,sha256=C94Blb61YkkyPBwCdM3J_JPDjWH0lnKa5nGZeZ5M6yE,10
|
|
12
|
+
gha_utils-4.12.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|