chore(release): advance source version to 0.2.1 - #10
erinepshovel-code wants to merge 3 commits into
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 83749133f0
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| [project] | ||
| name = "pubskill-lib" | ||
| version = "0.2.0" | ||
| version = "0.2.1" |
There was a problem hiding this comment.
Update the sdist replay directory for version 0.2.1
With this version bump, the release builder produces an sdist rooted at pubskill_lib-0.2.1, but the release-artifact replay step in .github/workflows/ci.yml still runs cd /tmp/pubskill-replay/pubskill_lib-0.2.0. Every CI job reaching that step will therefore fail before replaying the tests; update the workflow to use the new version or derive the extracted directory dynamically.
Useful? React with 👍 / 👎.
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
Main has materially advanced since immutable v0.2.0 through the public service/payment work and its regression repair. This PR changes only version identity and release-facing documentation so future artifacts cannot reuse the v0.2.0 identity.
Changes:
pyproject.tomlto 0.2.1;pubskill_lib.__version__;No release/tag/publication is performed here.
hmmm: v0.2.1 publication remains a separate release decision after exact-head gates pass.