autopub 1.0.0a27__py3-none-any.whl → 1.0.0a29__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.
- autopub/__init__.py +5 -0
- autopub/cli/__init__.py +1 -0
- {autopub-1.0.0a27.dist-info → autopub-1.0.0a29.dist-info}/METADATA +1 -1
- {autopub-1.0.0a27.dist-info → autopub-1.0.0a29.dist-info}/RECORD +7 -7
- {autopub-1.0.0a27.dist-info → autopub-1.0.0a29.dist-info}/LICENSE +0 -0
- {autopub-1.0.0a27.dist-info → autopub-1.0.0a29.dist-info}/WHEEL +0 -0
- {autopub-1.0.0a27.dist-info → autopub-1.0.0a29.dist-info}/entry_points.txt +0 -0
autopub/__init__.py
CHANGED
@@ -94,6 +94,7 @@ class Autopub:
|
|
94
94
|
all_plugins = default_plugins + additional_plugins
|
95
95
|
|
96
96
|
plugins = load_plugins(all_plugins)
|
97
|
+
print("plugins", plugins)
|
97
98
|
|
98
99
|
self.plugins += [plugin_class() for plugin_class in plugins]
|
99
100
|
|
@@ -140,8 +141,12 @@ class Autopub:
|
|
140
141
|
self._write_artifact(release_info)
|
141
142
|
|
142
143
|
def publish(self, repository: str | None = None) -> None:
|
144
|
+
print("🛺 publishing")
|
143
145
|
release_info = self.release_info
|
144
146
|
|
147
|
+
print("release info", release_info)
|
148
|
+
print("plugins", self.plugins)
|
149
|
+
|
145
150
|
for plugin in self.plugins:
|
146
151
|
# TODO: maybe pass release info to publish method?
|
147
152
|
if isinstance(plugin, AutopubPackageManagerPlugin):
|
autopub/cli/__init__.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
autopub/__init__.py,sha256=
|
2
|
-
autopub/cli/__init__.py,sha256=
|
1
|
+
autopub/__init__.py,sha256=h8pNyMiPqKbtMjznuSdn3zD8nh2NEFHgDKPttubUiUA,7208
|
2
|
+
autopub/cli/__init__.py,sha256=77rx1yYi8adLUZAW7Rs48CNVyYe4HgSMZ7pZyIxD1iQ,3894
|
3
3
|
autopub/exceptions.py,sha256=gNUbiG3_fVmNjhk2kyueQHPSifNgQf0Bl6IDNvkVhxQ,1534
|
4
4
|
autopub/plugin_loader.py,sha256=i8nz0cmu5eaSRJ2Hx5KxbA-tOMR2mjcz8fdRg4zkGLE,1813
|
5
5
|
autopub/plugins/__init__.py,sha256=57ewn1lhZYKKuVL49l3cgqAN9LQfCRzdsgSZimIAkls,2030
|
@@ -11,8 +11,8 @@ autopub/plugins/update_changelog.py,sha256=g_6flOP5wocZbjOaYSayWxobL3ld8f0wT78nF
|
|
11
11
|
autopub/plugins/uv.py,sha256=goo8QxaD3FVJ1c3xOSmN1hikZTCUXN8jWNac1S5uDDY,1089
|
12
12
|
autopub/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
13
13
|
autopub/types.py,sha256=gY1WR93XZVFS7vf5JMSmL_h5z7zO51-rtmZ6MYsh3so,1043
|
14
|
-
autopub-1.0.
|
15
|
-
autopub-1.0.
|
16
|
-
autopub-1.0.
|
17
|
-
autopub-1.0.
|
18
|
-
autopub-1.0.
|
14
|
+
autopub-1.0.0a29.dist-info/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
|
15
|
+
autopub-1.0.0a29.dist-info/METADATA,sha256=2k_cwmKA1COUQsmYkWBydyyr6ngTqfOYMemj41Lm4ro,951
|
16
|
+
autopub-1.0.0a29.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
17
|
+
autopub-1.0.0a29.dist-info/entry_points.txt,sha256=oeTav5NgCxif6mcZ_HeVGgGv5LzS4DwdI01nr4bO1IM,43
|
18
|
+
autopub-1.0.0a29.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|