File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 17
17
cache : pip
18
18
python-version : 3
19
19
20
- - name : Install dependencies
21
- run : pip install -e .[build]
22
-
23
- - name : Generate packages
24
- run : python3 -m build
20
+ - name : Install pdoc
21
+ run : pip install pdoc
25
22
26
23
- name : Build docs
27
24
run : pdoc src/python_cli_template/ -o docs
Original file line number Diff line number Diff line change 41
41
cache : pip
42
42
python-version : 3
43
43
44
- - name : Install dependencies
44
+ - name : Install build
45
45
run : python -m pip install build
46
46
47
47
- name : Build package
Original file line number Diff line number Diff line change 43
43
cache : pip
44
44
python-version : 3
45
45
46
+ - name : Install build
47
+ run : pip install build
48
+
49
+ - name : Build package
50
+ run : python -m build
51
+
46
52
- name : Install package
47
53
run : pipx install .
48
54
You can’t perform that action at this time.
0 commit comments