We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 555f023 commit 0bda676Copy full SHA for 0bda676
.github/workflows/update_doc.yml
@@ -25,8 +25,9 @@ jobs:
25
- name: Run merge.py
26
run: python merge.py ${GITHUB_REF##*/}
27
28
- - name: Commit changes
+ - name: Commit changes and powrap
29
run: |
30
+ powrap *.po */*.po
31
git config --local user.email "github-actions[bot]@users.noreply.github.com"
32
git config --local user.name "github-actions[bot]"
33
git commit -m "Get changes from CPython Doc for ${{ github.ref_name }}"
merge.py
@@ -127,7 +127,6 @@ def main():
127
remove_old_files(downstream - upstream)
128
clean_paths((upstream - downstream) | (upstream & downstream))
129
shutil.rmtree(pot_path)
130
- run("powrap", "*.po", "*/*.po")
131
update_makefile(args.cpython_repo)
132
git_add_relevant_files()
133
0 commit comments