apexcodexpy 0.3.1__tar.gz → 0.3.2__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: apexcodexpy
3
- Version: 0.3.1
3
+ Version: 0.3.2
4
4
  Summary: The Non-Destructive Configuration Steward for Python Projects.
5
5
  License-File: LICENSE
6
6
  Author: Apex Dev
@@ -82,7 +82,12 @@ class CiCodex:
82
82
  )
83
83
 
84
84
  def integration(self) -> TaskResult:
85
- return self.tools.integration().execute()
85
+ return (
86
+ MultiProgram()
87
+ .attach(self.tools.install())
88
+ .attach(self.tools.integration())
89
+ .execute()
90
+ )
86
91
 
87
92
  def behaviour(self) -> TaskResult:
88
93
  return (
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "apexcodexpy"
3
- version = "0.3.1"
3
+ version = "0.3.2"
4
4
  description = "The Non-Destructive Configuration Steward for Python Projects."
5
5
  readme = "README.md"
6
6
  authors = [
File without changes
File without changes
File without changes