Clean up for only MCP Server

This commit is contained in:
2025-02-24 16:50:08 +00:00
parent 5d199ba154
commit 16cd3f48fe
52 changed files with 66 additions and 1317 deletions

View File

@@ -31,7 +31,6 @@ jobs:
pip install uv
- name: Build release distributions
working-directory: airflow-mcp-server
run: |
uv pip install --system build
python -m build
@@ -40,7 +39,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: release-dists
path: airflow-mcp-server/dist/
path: dist/
pypi-publish:
runs-on: ubuntu-latest