BigGo MCP Server

Official
name: release on: release: types: [published] jobs: release: name: release runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Install uv and set the python version uses: astral-sh/setup-uv@v5 with: enable-cache: true cache-dependency-glob: "uv.lock" - name: Build the package run: uv build - name: Publish to PyPI env: UV_PUBLISH_TOKEN: ${{ secrets.BIGGO_PYPI_API_KEY }} run: uv publish