Skip to main content
Glama
release.yml1.37 kB
name: Release Package on: push: tags: - '[0-9]+.[0-9]+.[0-9]+*' jobs: release-build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: fetch-depth: 0 fetch-tags: true - name: Verify current tag is on main branch run: | # Exit with error if current tag is not on main git merge-base --is-ancestor ${{ github.sha }} origin/main || exit 1 - name: Install uv uses: astral-sh/setup-uv@v6 with: version: ${{ vars.CI_UV_VERSION }} enable-cache: true - name: Install Python run: uv python install - name: Build package run: | uv build ls -la dist/ - name: Upload distributions uses: actions/upload-artifact@v4 with: name: release-dists path: dist/ retention-days: 1 pypi-publish: runs-on: ubuntu-latest needs: - release-build permissions: id-token: write environment: name: pypi url: https://pypi.org/project/ipybox steps: - name: Retrieve release distributions uses: actions/download-artifact@v4 with: name: release-dists path: dist/ - name: Publish package distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: verbose: true

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/gradion-ai/ipybox'

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