File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
- name : Set up Python
17
17
uses : actions/setup-python@v4
18
18
with :
19
- python-version : ' 3.12 '
19
+ python-version : ' 3.11 '
20
20
- name : Set up uv
21
21
uses : astral-sh/setup-uv@v5
22
22
with :
@@ -43,14 +43,14 @@ jobs:
43
43
- name : Set up Python
44
44
uses : actions/setup-python@v4
45
45
with :
46
- python-version : ' 3.12 '
46
+ python-version : ' 3.11 '
47
47
- name : Set up uv
48
48
uses : astral-sh/setup-uv@v5
49
49
with :
50
50
version : " 0.6.3"
51
51
- name : Install dependencies
52
52
run : |
53
- uv sync --groups dev
53
+ uv sync
54
54
- name : Build documentation
55
55
run : uv run mkdocs build
56
56
- name : Upload documentation
@@ -101,14 +101,14 @@ jobs:
101
101
- name : Set up Python
102
102
uses : actions/setup-python@v4
103
103
with :
104
- python-version : ' 3.12 '
104
+ python-version : ' 3.11 '
105
105
- name : Set up uv
106
106
uses : astral-sh/setup-uv@v5
107
107
with :
108
108
version : " 0.6.3"
109
109
- name : Install dependencies
110
110
run : |
111
- uv sync --groups dev
111
+ uv sync
112
112
uv pip install build twine
113
113
- name : Build package
114
114
run : uv run python -m build
You can’t perform that action at this time.
0 commit comments