Skip to content

Publish package version update - #237

Merged
nithishr merged 1 commit into
mainfrom
update-publish-package-version
Aug 13, 2026
Merged

Publish package version update#237
nithishr merged 1 commit into
mainfrom
update-publish-package-version

Conversation

@AayushTyagi1

Copy link
Copy Markdown
Member

Related Issue

Resolves: Release Issue

What does this change do?

Why is this change needed?

Evidence of Testing

Automated tests — commands run and results summary:

# e.g. uv run pytest tests/unit/  →  142 passed
# e.g. uv run pytest tests/integration/  →  38 passed, 2 skipped

Environments tested (both are required):

  • Couchbase Capella (version: ____)
  • Self-managed Couchbase Server (version: ____, e.g. via Docker)

Manual verification — MCP client used (Claude Desktop, Cursor, MCP Inspector, ...) and what was exercised. Screenshots or tool-call transcripts are very helpful:

Compatibility Considerations

Checklist

  • Linked to an issue (required for new tools). The issue can be on JIRA (preferred for internal contributors) or GitHub.
  • Uses the Couchbase SDK (REST fallback justified in the description, if any)
  • Works on both Capella and self-managed Couchbase Server
  • No changes to cb_mcp.core contracts / managed MCP interfaces (or discussed first)
  • Unit tests added/updated
  • Integration tests added/updated (for cluster-touching changes)
  • Read-only mode and tool annotations handled (for new/changed tools)
  • Evidence of testing included above
  • Docs updated (README, DOCKER.md) for user-facing changes
  • Lint and pre-commit pass

Copilot AI lite review requested due to automatic review settings August 13, 2026 14:20
@AayushTyagi1
AayushTyagi1 requested a review from nithishr August 13, 2026 14:21

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the pinned GitHub Action revision used for publishing the package to TestPyPI/PyPI, aligning both release workflows on the same pypa/gh-action-pypi-publish version.

Changes:

  • Bump pypa/gh-action-pypi-publish from v1.14.0 to v1.14.2 (pinned by commit SHA) in both the TestPyPI and PyPI release workflows.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/test_release.yml Updates the TestPyPI publish action pin to v1.14.2.
.github/workflows/release.yml Updates the PyPI publish action pin to v1.14.2.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines 29 to +30
- name: Publish package to TestPyPI
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2
nithishr
nithishr previously approved these changes Aug 13, 2026
@nithishr
nithishr merged commit 59362e2 into main Aug 13, 2026
31 checks passed
@nithishr
nithishr deleted the update-publish-package-version branch August 17, 2026 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants