ci: Add test and publish action
Some checks failed
CI / test (push) Successful in 35s
CI / publish (push) Failing after 12s

This commit is contained in:
2026-03-16 14:19:04 +01:00
parent 156727e689
commit 0bdb817f26
2 changed files with 54 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ requires-python = ">=3.10"
dependencies = ["mcp>=1.0"]
[project.optional-dependencies]
dev = ["pytest", "pytest-asyncio", "anyio"]
dev = ["pytest", "pytest-asyncio", "anyio", "build", "twine"]
[tool.setuptools.packages.find]
where = ["src"]