File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v6
14+ - uses : actions/checkout@v7
1515
1616 - uses : actions/setup-python@v6
1717 with :
18- python-version : 3.9
18+ python-version : 3.10
1919
2020 - name : install build
2121 run : python -m pip install --upgrade build
5656 needs : publish
5757
5858 steps :
59- - uses : actions/checkout@v6
59+ - uses : actions/checkout@v7
6060 with :
6161 fetch-depth : 0
6262 - uses : actions/setup-node@v6
Original file line number Diff line number Diff line change @@ -24,4 +24,3 @@ htmlcov
2424.eggs
2525coverage.xml
2626demo.py
27- uv.lock
Original file line number Diff line number Diff line change 11version : 2
22
33build :
4- os : " ubuntu-20.04 "
4+ os : " ubuntu-lts-latest "
55 tools :
66 python : " 3.13"
77
@@ -10,4 +10,7 @@ sphinx:
1010
1111python :
1212 install :
13- - requirements : requirements-docs.lock
13+ - method : uv
14+ command : sync
15+ groups :
16+ - docs
Load diff This file was deleted.
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments