8000
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 f62dda7 commit 193c5deCopy full SHA for 193c5de
.github/workflows/docs.yml
@@ -26,18 +26,13 @@ jobs:
26
- name: Set up Python
27
uses: actions/setup-python@v5.4.0
28
with:
29
- python-version: "3.12"
+ python-version: "3.13"
30
- name: Install dependencies
31
run: pip install tox
32
- name: Build docs
33
env:
34
TOXENV: docs
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
42
twine-check:
43
runs-on: ubuntu-24.04
@@ -46,7 +41,7 @@ jobs:
46
47
48
49
44
50
45
51
run: pip install tox twine wheel
52
- name: Check twine readme rendering
0 commit comments