We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a57312e commit 7bee0a0Copy full SHA for 7bee0a0
.github/workflows/main.yml
@@ -52,6 +52,10 @@ jobs:
52
uses: pypa/gh-action-pypi-publish@release/v1
53
with:
54
packages-dir: dist/
55
+ - uses: actions/checkout@v4
56
+ if: github.event_name == 'release'
57
+ with:
58
+ ref: master
59
- name: Bump version
60
if: github.event_name == 'release'
61
run: |
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "mcp-server-iris"
3
-version = "0.1.3"
+version = "0.1.4"
4
description = "A Model Context Protocol server for InterSystems IRIS."
5
readme = "README.md"
6
requires-python = ">=3.10"
0 commit comments