Thanks to visit codestin.com Credit goes to github.com
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 f0acfa9 commit 472ff06Copy full SHA for 472ff06
.github/workflows/update-and-build.yml
@@ -17,7 +17,7 @@ jobs:
17
access_token: ${{ secrets.GITHUB_TOKEN }}
18
- uses: actions/setup-python@master
19
with:
20
- python-version: 3
+ python-version: '3.12'
21
- run: curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
22
working-directory: /usr/local/bin
23
- run: pip install requests cogapp polib transifex-python sphinx-intl blurb six
@@ -52,7 +52,7 @@ jobs:
52
steps:
53
54
55
56
- uses: actions/checkout@master
57
58
repository: python/cpython
0 commit comments