Skip to content

Commit 45887c1

Browse files
author
wenfeng.wf
committed
Add table format to prompt.
1 parent 13944f1 commit 45887c1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on: push
55
jobs:
66
build:
77
name: Build distribution 📦
8+
if: startsWith(github.ref, 'refs/tags/')
89
runs-on: ubuntu-latest
910

1011
steps:
@@ -96,6 +97,7 @@ jobs:
9697
9798
publish-to-testpypi:
9899
name: Publish Python 🐍 distribution 📦 to TestPyPI
100+
if: startsWith(github.ref, 'refs/tags/') # only publish to TestPyPI on tag pushes
99101
needs:
100102
- build
101103
runs-on: ubuntu-latest

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "alibabacloud-rds-openapi-mcp-server"
3-
version = "1.6.1"
3+
version = "1.6.2"
44
description = "MCP server for RDS Services via OPENAPI."
55
readme = "README.md"
66
requires-python = ">=3.12"

0 commit comments

Comments
 (0)