mcp-automl 0.1.3__tar.gz → 0.1.4__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.
@@ -88,3 +88,11 @@ jobs:
88
88
 
89
89
  - name: Publish distributions to PyPI
90
90
  run: uv publish
91
+
92
+ - name: Trigger Docker Build
93
+ env:
94
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
95
+ NEW_VERSION: ${{ inputs.version }}
96
+ run: |
97
+ gh workflow run docker-publish.yml \
98
+ --ref "v$NEW_VERSION"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mcp-automl
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: MCP server for end-to-end machine learning
5
5
  Author-email: ke <idea7766@gmail.com>
6
6
  License-File: LICENSE
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "mcp-automl"
3
- version = "0.1.3"
3
+ version = "0.1.4"
4
4
  description = "MCP server for end-to-end machine learning"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10,<3.12"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes