Skip to main content
Glama
publish-pypi.yml1.26 kB
name: Publish Python 🐍 distribution 📦 to PyPI on: push: tags: - "*" workflow_dispatch: jobs: build: name: Build distribution 📦 runs-on: ubuntu-latest defaults: run: working-directory: ./Server steps: - uses: actions/checkout@v6 - name: Install uv uses: astral-sh/setup-uv@v7 with: version: "latest" enable-cache: true cache-dependency-glob: "Server/uv.lock" - name: Build a binary wheel and a source tarball run: uv build - name: Store the distribution packages uses: actions/upload-artifact@v6 with: name: python-package-distributions path: Server/dist/ publish-to-pypi: name: >- Publish Python 🐍 distribution 📦 to PyPI needs: - build runs-on: ubuntu-latest environment: name: pypi url: https://pypi.org/p/mcpforunityserver permissions: id-token: write steps: - name: Download all the dists uses: actions/download-artifact@v7 with: name: python-package-distributions path: dist/ - name: Publish distribution 📦 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/CoplayDev/unity-mcp'

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