Remove unused pypi environment for now#513
Merged
gjtorikian merged 1 commit intomainfrom Jan 13, 2026
Merged
Conversation
Contributor
Greptile SummaryThis PR removes the unused OIDC-based trusted publisher environment configuration from the GitHub Actions release workflow. The changes revert to using traditional TWINE_PASSWORD authentication for PyPI publishing. This is a temporary refactor as noted in the PR description, with plans to re-establish proper trusted publisher setup in a future PR. The workflow remains fully functional and the changes are backward compatible. Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant Developer
participant GitHub
participant PyPI
Developer->>GitHub: Push Release
GitHub->>GitHub: Trigger release.yml workflow
GitHub->>GitHub: Checkout code
GitHub->>GitHub: Install uv
GitHub->>GitHub: Install dependencies
GitHub->>GitHub: Run tests
GitHub->>GitHub: Build distribution
GitHub->>PyPI: Publish with TWINE_PASSWORD
Note over GitHub,PyPI: Traditional auth (removed OIDC)
PyPI-->>GitHub: Package uploaded
GitHub-->>Developer: Release complete
|
a424b19 to
5e75c00
Compare
Contributor
Author
gjtorikian
approved these changes
Jan 13, 2026
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.
Description
Context is in this PR comment, but ultimately this PR changes the release workflow so that it doesn't work with environments (yet).
Environment creation / trusted publisher setup will happen in a future PR.
Documentation
Does this require changes to the WorkOS Docs? E.g. the API Reference or code snippets need updates.
If yes, link a related docs PR and add a docs maintainer as a reviewer. Their approval is required.