Skip to content

feat: add publish scripts#78

Merged
AlaaShaker merged 1 commit intooracle:mainfrom
gebhardtr:rigebha/publish
Jan 9, 2026
Merged

feat: add publish scripts#78
AlaaShaker merged 1 commit intooracle:mainfrom
gebhardtr:rigebha/publish

Conversation

@gebhardtr
Copy link
Member

@gebhardtr gebhardtr commented Nov 24, 2025

Description

Automates publishing of all OCI MCP servers to PyPI's test and prod registries.

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Tested during the last publish via:

UV_PUBLISH_TOKEN=$(fetch test token from vault) make test-publish

and

UV_PUBLISH_TOKEN=$(fetch prod token from vault) make publish

Test Configuration:

  • Firmware version:
  • Hardware:
  • Toolchain:
  • SDK:

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

Signed-off-by: Richard Gebhardt <richard.gebhardt@oracle.com>
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Nov 24, 2025
@gebhardtr gebhardtr marked this pull request as ready for review December 9, 2025 21:06
test-publish:
@for dir in $(SUBDIRS); do \
cd $$dir && \
uv publish --publish-url https://test.pypi.org/legacy/ --check-url=https://test.pypi.org/simple/ && \
Copy link
Member Author

@gebhardtr gebhardtr Jan 8, 2026

Choose a reason for hiding this comment

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

this will stop all publishing if there's a failure.

@banderson-oracle
Copy link
Member

This looks reasonable, though the PR description is totally boilerplate here doesn't include anything to test/verify (if it's needed). Can you update the description?

@AlaaShaker AlaaShaker merged commit 0a33c0d into oracle:main Jan 9, 2026
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants