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 57affc0 commit b08ad16Copy full SHA for b08ad16
1 file changed
.github/workflows/tests.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Clone docsbuild scripts
18
run: |
19
git clone https://github.com/python/docsbuild-scripts/
20
- - name: Setup requirements
+ - name: Set up requirements
21
22
python -m pip install --upgrade pip
23
python -m pip install -r docsbuild-scripts/requirements.txt
@@ -34,7 +34,7 @@ jobs:
34
--language en
35
--branch 3.11
36
- name: Upload
37
- uses: actions/upload-artifact@v2.2.2
+ uses: actions/upload-artifact@v3
38
with:
39
name: doc-html
40
path: www/
0 commit comments