Skip to content

chore: bump versions to 0.4.0 (mcp) and 0.7.0 (plugin) #23

chore: bump versions to 0.4.0 (mcp) and 0.7.0 (plugin)

chore: bump versions to 0.4.0 (mcp) and 0.7.0 (plugin) #23

Workflow file for this run

name: Publish to PyPI
on:
push:
tags:
- 'v*'
workflow_dispatch:
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v4
- name: Build package
run: uv build
- name: Publish to PyPI
run: uv publish --token ${{ secrets.PYPI_API_TOKEN }}