autopub 1.0.0a28__tar.gz → 1.0.0a29__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: autopub
3
- Version: 1.0.0a28
3
+ Version: 1.0.0a29
4
4
  Summary: Automatic package release upon pull request merge
5
5
  Home-page: https://github.com/autopub/autopub
6
6
  Author: Justin Mayer
@@ -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
 
@@ -146,6 +146,7 @@ def main(
146
146
  raise typer.Exit()
147
147
 
148
148
  autopub = Autopub()
149
+ print("🤙 loading plugins")
149
150
  # default plugins we always want to load (?)
150
151
  autopub.load_plugins(["git", "update_changelog", "bump_version"])
151
152
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  requires-python = ">=3.9.0,<4.0"
3
- version = "1.0.0-alpha.28"
3
+ version = "1.0.0-alpha.29"
4
4
  name = "autopub"
5
5
  description = "Automatic package release upon pull request merge"
6
6
  authors = [
@@ -25,7 +25,7 @@ classifiers = [
25
25
  repository = "https://github.com/autopub/autopub"
26
26
  include = ["autopub/py.typed"]
27
27
  name = "autopub"
28
- version = "1.0.0-alpha.28"
28
+ version = "1.0.0-alpha.29"
29
29
  description = "Automatic package release upon pull request merge"
30
30
  authors = [
31
31
  "Justin Mayer <entroP@gmail.com>",
File without changes
File without changes
File without changes