File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
- name : Run merge.py
26
26
run : python merge.py ${GITHUB_REF##*/}
27
27
28
- - name : Commit changes
28
+ - name : Commit changes and powrap
29
29
run : |
30
+ powrap *.po */*.po
30
31
git config --local user.email "github-actions[bot]@users.noreply.github.com"
31
32
git config --local user.name "github-actions[bot]"
32
33
git commit -m "Get changes from CPython Doc for ${{ github.ref_name }}"
Original file line number Diff line number Diff line change @@ -127,7 +127,6 @@ def main():
127
127
remove_old_files (downstream - upstream )
128
128
clean_paths ((upstream - downstream ) | (upstream & downstream ))
129
129
shutil .rmtree (pot_path )
130
- run ("powrap" , "*.po" , "*/*.po" )
131
130
update_makefile (args .cpython_repo )
132
131
git_add_relevant_files ()
133
132
You can’t perform that action at this time.
0 commit comments