Skip to main content
Glama
release.yml1.08 kB
name: Publishing on: release: types: [published] jobs: release-build: name: Build distribution runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Install uv uses: astral-sh/setup-uv@v5 - name: Set up Python 3.12 run: uv python install 3.12 - name: Install dependencies run: uv sync --frozen --all-extras --dev --python 3.12 - name: Build package run: uv build - name: Upload distribution uses: actions/upload-artifact@v4 with: name: release-dists path: dist/ pypi-publish: name: Upload release to PyPI runs-on: ubuntu-latest needs: release-build permissions: id-token: write # For trusted publishing steps: - name: Download release dists uses: actions/download-artifact@v4 with: name: release-dists path: dist/ - name: Publish to PyPI uses: pypa/gh-action-pypi-publish@release/v1

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/xing5/mcp-google-sheets'

If you have feedback or need assistance with the MCP directory API, please join our Discord server