Skip to content

feat: wire MCP server into CLI as evalhub mcp subcommand (#99) #9

feat: wire MCP server into CLI as evalhub mcp subcommand (#99)

feat: wire MCP server into CLI as evalhub mcp subcommand (#99) #9

name: Publish to TestPyPI
on:
push:
branches: [main]
jobs:
testpypi-publish:
name: upload dev build to TestPyPI
runs-on: ubuntu-latest
environment:
name: testpypi
url: https://test.pypi.org/p/eval-hub-sdk
permissions:
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip install build
- name: Build package
env:
SETUPTOOLS_SCM_OVERRIDES_FOR_EVAL_HUB_SDK: 'local_scheme = "no-local-version"'
run: |
python3 -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/