We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 625457f commit 52c3cb5Copy full SHA for 52c3cb5
.github/workflows/py313-sync-cpython.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: astral-sh/setup-uv@v6
35
36
- name: Sync with CPython
37
- run: make clone && make merge && make rm_cpython
+ run: make clone merge rm_cpython wrap
38
39
- uses: tibdex/github-app-token@v2
40
id: generate-token
Makefile
@@ -156,6 +156,10 @@ rm_cpython: ## Remove cloned cpython repo
156
lint: $(VENV)/bin/sphinx-lint ## Run sphinx-lint
157
$(VENV)/bin/sphinx-lint --enable default-role
158
159
+.PHONY: wrap
160
+wrap: ## Run powrap on modified po files
161
+ uvx powrap --modified
162
+
163
# This allows us to accept extra arguments (by doing nothing when we get a job that doesn't match, rather than throwing an error)
164
%:
165
@:
0 commit comments