@@ -26,18 +26,13 @@ jobs:
|
26 | 26 | - name: Set up Python |
27 | 27 | uses: actions/setup-python@v5.4.0 |
28 | 28 | with: |
29 | | -python-version: "3.12" |
| 29 | +python-version: "3.13" |
30 | 30 | - name: Install dependencies |
31 | 31 | run: pip install tox |
32 | 32 | - name: Build docs |
33 | 33 | env: |
34 | 34 | TOXENV: docs |
35 | 35 | run: tox |
36 | | - - name: Archive generated docs |
37 | | -uses: actions/upload-artifact@v4.6.0 |
38 | | -with: |
39 | | -name: html-docs |
40 | | -path: build/sphinx/html/ |
41 | 36 | |
42 | 37 | twine-check: |
43 | 38 | runs-on: ubuntu-24.04 |
@@ -46,7 +41,7 @@ jobs:
|
46 | 41 | - name: Set up Python |
47 | 42 | uses: actions/setup-python@v5.4.0 |
48 | 43 | with: |
49 | | -python-version: "3.12" |
| 44 | +python-version: "3.13" |
50 | 45 | - name: Install dependencies |
51 | 46 | run: pip install tox twine wheel |
52 | 47 | - name: Check twine readme rendering |
|