Claude/cool tesla 6m7n3#20
Merged
Merged
Conversation
… install Add .github/workflows/release.yml: on a published GitHub Release, run the test/lint/type-check suite, then in a dependent job build the package, smoke-test the wheel, and publish to PyPI via Trusted Publishing (OIDC). Only the publish job gets id-token: write and it runs in the `pypi` environment; there is no API token or stored secret. Publishes with `uv publish --trusted-publishing always` so a misconfigured OIDC fails loudly. Update the README Installation section to lead with `pip install framesmith`, keeping install-from-source as the fallback, and drop the "not yet on PyPI" phrasing. No src/, test, or pyproject.toml changes. https://claude.ai/code/session_01ApzgkWterEmziuPryenVny
Add .github/workflows/ci.yml: runs on push to main and PRs targeting main, with a lint job (ruff + mypy) and a test job matrixed over Python 3.12 and 3.13 running pytest (including doctests). Both interpreters were verified to pass the suite locally (878 tests each) before committing the matrix. Top-level permissions are contents: read — no id-token, no secrets (publishing stays in release.yml). A concurrency group cancels in-flight runs on the same ref, and setup-uv caches downloads. Add a CI status badge to the README badge row; no other README change. No src/, test, release.yml, or pyproject.toml changes. https://claude.ai/code/session_01ApzgkWterEmziuPryenVny
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.
No description provided.