Skip to content

Commit 3e30fee

Browse files
Update versions (#139)
1 parent 6313133 commit 3e30fee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sample-workflows/transifex-pull.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ jobs:
3333
ref: ${{ matrix.version }}
3434
fetch-depth: 0
3535
- run: curl https://raw.githubusercontent.com/python-docs-translations/transifex-automation/master/sample-workflows/transifex-util.py
36-
- run: ./manage_translation.py recreate_tx_config --language XX --project-slug python-newest --version 3.13
36+
- run: ./manage_translation.py recreate_tx_config --language XX --project-slug python-newest --version 3.14
3737
env:
3838
TX_TOKEN: ${{ secrets.TX_TOKEN }}
3939
- run: ./manage_translation.py fetch --language XX --project-slug python-newest --version 3.13
4040
env:
4141
TX_TOKEN: ${{ secrets.TX_TOKEN }}
42-
- run: ./manage_translation.py delete_obsolete_files --language XX --project-slug python-newest --version 3.13
42+
- run: ./manage_translation.py delete_obsolete_files --language XX --project-slug python-newest --version 3.14
4343
- name: Set up Git
4444
run: |
4545
git config --local user.email [email protected]
@@ -58,4 +58,4 @@ jobs:
5858
if: env.SIGNIFICANT_CHANGES
5959
with:
6060
branch: ${{ matrix.version }}
61-
github_token: ${{ secrets.GITHUB_TOKEN }}
61+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)