[EC3-2437] Move optimizely-platform to Artifact Registry#1
Merged
Conversation
- Add GitHub Actions workflow for publishing to Google Artifact Registry - Update setup.py for SCM versioning
ahmedrafayat
requested changes
Apr 29, 2026
ahmedrafayat
left a comment
There was a problem hiding this comment.
Missing: Publishing instructions
PR adds publish automation but no docs on how to use it. Please update the README:
Publishing a new version
- Ensure all changes are merged to master
- Go to Releases → Create a new release on GitHub
- Create a new tag (e.g. v0.0.8) targeting master
- Add release notes describing changes
- Click Publish release
- The GitHub Actions workflow will automatically build and publish to Google Artifact Registry
ah-tonmoy
reviewed
Apr 29, 2026
… checks Co-authored-by: Copilot <copilot@github.com>
ahmedrafayat
approved these changes
Apr 29, 2026
ahmedrafayat
left a comment
There was a problem hiding this comment.
All feedbacks were addressed. After merging this PR we will create a new release v0.0.8 (since 0.0.7 tag already exists).
LGTM!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
optimizely-platformPython package to Google Artifact Registry on version tag pushes (v*.*.*)setup.pywithsetuptools-scmto derive version automatically from git tagsTest plan
python -m setuptools_scmresolves version from git tagspython -m buildproduces sdist and wheel with correct versionv0.0.8) and confirm the workflow triggers and publishes to Artifact Registry