File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 uses : actions/checkout@v4
2727 with :
2828 repository : python/cpython
29- ref : v3 .14.7
29+ ref : ' 3 .14'
3030
3131 - name : Set up Python
3232 uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 1919 uses : actions/checkout@v4
2020 with :
2121 repository : python/cpython
22- ref : v3 .14.7
22+ ref : ' 3 .14'
2323
2424 - name : Set up Python
2525 uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 66 workflow_dispatch :
77 inputs :
88 cpython_tag :
9- description : ' CPython tag to sync against (e.g. v3.14.7 )'
9+ description : ' CPython tag to sync against (e.g. v3.14)'
1010 required : false
11- default : ' v3.14.7 '
11+ default : ' v3.14'
1212
1313permissions :
1414 contents : write
2222 sync :
2323 runs-on : ubuntu-latest
2424 env :
25- CPYTHON_TAG : ${{ github.event.inputs.cpython_tag || 'v3.14.7 ' }}
25+ CPYTHON_TAG : ${{ github.event.inputs.cpython_tag || 'v3.14' }}
2626 steps :
2727 - name : Checkout translation repo
2828 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 55 tools :
66 python : " 3.12"
77 commands :
8- - git clone --depth 1 --branch v3.14.7 https://github.com/python/cpython venv/cpython
8+ - git clone --depth 1 --branch v3.14 https://github.com/python/cpython venv/cpython
99 - pip install -r venv/cpython/Doc/requirements.txt
1010 # Pin Sphinx separately: requirements.txt may resolve to an older version,
1111 # and 9.1.0+ is needed for the reordered- ref / translated-display-text
Original file line number Diff line number Diff line change @@ -450,4 +450,4 @@ def main() -> None:
450450
451451
452452if __name__ == "__main__" :
453- main ()
453+ main ()
You can’t perform that action at this time.
0 commit comments