add frontend for search#3
Draft
isaacbmiller wants to merge 1 commit into12-04-demo_f9585677_add_server_apifrom
Draft
add frontend for search#3isaacbmiller wants to merge 1 commit into12-04-demo_f9585677_add_server_apifrom
isaacbmiller wants to merge 1 commit into12-04-demo_f9585677_add_server_apifrom
Conversation
Draft
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite. This stack of pull requests is managed by Graphite. Learn more about stacking. |
c644a91 to
dea6cec
Compare
2d45cc8 to
7afd68a
Compare
Draft
isaacbmiller
added a commit
that referenced
this pull request
Apr 22, 2026
Refactors the release workflow so the jobs that hold id-token: write for PyPI Trusted Publishing have only two steps: download the pre-built distribution artifacts and invoke pypa/gh-action-pypi-publish. This matches PyPA and PyPI security-model guidance to minimize the privileged blast radius. Job graph: extract-tag -> build -> test-wheel -> publish-testpypi -> publish-pypi -> sync-version-to-main - build (no id-token, no contents:write): performs the sed-based version/name patching, builds and validates three dist sets (dspy-ai-test-isaac for TestPyPI; dspy and dspy-ai for PyPI), and uploads each as a named artifact. - test-wheel (no privileged permissions): downloads the real dspy wheel and runs the existing pytest subset against it. - publish-testpypi (id-token: write only, environment testpypi): 2 steps - download + upload to TestPyPI. - publish-pypi (id-token: write only, environment pypi): 4 steps - download dspy artifacts + publish, download dspy-ai artifacts + publish. - sync-version-to-main (contents: write only): unchanged from PR #3. Refs PyPI security-model guidance: https://docs.pypi.org/trusted-publishers/security-model/ ('Limit the scope of your publishing job'). Refs PyPA publishing guide: https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/ Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
isaacbmiller
added a commit
that referenced
this pull request
Apr 22, 2026
Refactors the release workflow so the jobs that hold id-token: write for PyPI Trusted Publishing have only two steps: download the pre-built distribution artifacts and invoke pypa/gh-action-pypi-publish. This matches PyPA and PyPI security-model guidance to minimize the privileged blast radius. Job graph: extract-tag -> build -> test-wheel -> publish-testpypi -> publish-pypi -> sync-version-to-main - build (no id-token, no contents:write): performs the sed-based version/name patching, builds and validates three dist sets (dspy-ai-test-isaac for TestPyPI; dspy and dspy-ai for PyPI), and uploads each as a named artifact. - test-wheel (no privileged permissions): downloads the real dspy wheel and runs the existing pytest subset against it. - publish-testpypi (id-token: write only, environment testpypi): 2 steps - download + upload to TestPyPI. - publish-pypi (id-token: write only, environment pypi): 4 steps - download dspy artifacts + publish, download dspy-ai artifacts + publish. - sync-version-to-main (contents: write only): unchanged from PR #3. Refs PyPI security-model guidance: https://docs.pypi.org/trusted-publishers/security-model/ ('Limit the scope of your publishing job'). Refs PyPA publishing guide: https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/ Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
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.

📝 Changes Description
This MR/PR contains the following changes:
...
✅ Contributor Checklist
Anything we should be aware of ?