build: copier update from template 0.29.2#179
Merged
ichoosetoaccept merged 1 commit intomainfrom Feb 18, 2026
Merged
Conversation
Member
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Greptile SummaryRoutine copier template update (0.29.1 → 0.29.2) that adds
Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Copier Template 0.29.2] --> B[ci.yml]
A --> C[release.yml]
A --> D[prek.toml]
A --> E[.copier-answers.yml]
B --> B1[quality job\nsetup-uv + github-token]
B --> B2[tests job\nsetup-uv + github-token]
C --> C1[release job\nsetup-uv + github-token]
C --> C2[pypi-publish job\nsetup-uv + github-token]
D --> D1[uv 0.10.2 → 0.10.4]
D --> D2[actionlint v1.7.10 → v1.7.11]
D --> D3[typos v1.43.4 → v1.43.5]
E --> E1[_commit: 0.29.1 → 0.29.2]
Last reviewed commit: a463a22 |
Member
Author
Merge activity
|
cf75759 to
a463a22
Compare
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
Copier template update from 0.29.1 → 0.29.2.
Changes
github-token: ${{ secrets.GITHUB_TOKEN }}to allsetup-uvsteps (avoids GitHub API rate limits during UV cache operations).0.10.2→0.10.4, actionlintv1.7.10→v1.7.11, typosv1.43.4→v1.43.5.