-
-
Notifications
You must be signed in to change notification settings - Fork 129
Feat: publish Release #114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🚀 Jupyter MCP Server Release GuideThis document provides detailed instructions on how to release the Jupyter MCP Server project using GitHub Actions. 📋 Release Process OverviewThe release process is defined in the
🔖 Version ManagementSemantic VersioningThe project uses semantic versioning format: Examples:
Version TagsFor releases, you need to push Git tags with version numbers: # Create and push version tag
git tag v1.0.0
git push origin v1.0.0⚙️ Release Workflow Trigger ConditionsThe workflow is automatically triggered when:
Configuration Steps:
Creating access token in Docker Hub:
GitHub Release
📦 Release ArtifactsPython Package
Docker Image
🔄 Release Steps
🔄 Version RollbackIf serious issues occur during release:
|
|
@echarles Try with following code for test: |
echarles
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM Thx @ChengJiale150
|
@ChengJiale150 I have create the DOCKER secrets and configured pypi trusted published. I have just run Pypi publication works, but docker is failing https://github.com/datalayer/jupyter-mcp-server/actions/runs/18490491284/job/52682714080 |
|
the command we use to build the docker image locally is in the Makefile. |
See in #104