File tree Expand file tree Collapse file tree 6 files changed +10
-8
lines changed Expand file tree Collapse file tree 6 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Changes here will be overwritten by Copier
2
- _commit : f3ffa74
2
+ _commit : fa27c8d
3
3
_src_path : https://github.com/python-project-templates/base.git
4
4
add_docs : true
5
5
add_extension : jupyter
Original file line number Diff line number Diff line change @@ -34,15 +34,15 @@ jobs:
34
34
node-version : [20.x]
35
35
36
36
steps :
37
- - uses : actions/checkout@v4
37
+ - uses : actions/checkout@v5
38
38
39
39
- uses : actions-ext/python/setup@main
40
40
with :
41
41
version : ${{ matrix.python-version }}
42
42
43
43
- uses : actions-ext/node/setup@main
44
44
with :
45
- version : 20 .x
45
+ version : 22 .x
46
46
47
47
- name : Install dependencies
48
48
run : make develop
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
11
11
docs :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
- uses : actions-ext/python/setup@main
16
16
- uses : actions-ext/node/setup@main
17
- - run : uv pip install .
17
+ - run : uv pip install .[develop]
18
18
- run : uv pip install yardang
19
19
- run : yardang build
20
20
- uses : peaceiris/actions-gh-pages@v4
Original file line number Diff line number Diff line change 20
20
deploy :
21
21
runs-on : ubuntu-latest
22
22
steps :
23
- - uses : actions/checkout@v4
23
+ - uses : actions/checkout@v5
24
24
- run : cp README.md docs/wiki/Home.md
25
25
- uses : Andrew-Chen-Wang/github-wiki-action@v5
26
26
with :
Original file line number Diff line number Diff line change @@ -138,6 +138,8 @@ js/coverage
138
138
js /dist
139
139
js /lib
140
140
js /node_modules
141
+ js /test-results
142
+ js /playwright-report
141
143
js /* .tgz
142
144
python_template_jupyter /extension
143
145
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ major: ## bump a major version
134
134
# #######
135
135
.PHONY : dist dist-py dist-js dist-check publish
136
136
137
- dist-py : # build python dists
137
+ dist-py : # # build python dists
138
138
python -m build -w -s
139
139
140
140
dist-js : # build js dists
@@ -145,7 +145,7 @@ dist-check: ## run python dist checker with twine
145
145
146
146
dist : clean build dist-js dist-py dist-check # # build all dists
147
147
148
- publish : dist # publish python assets
148
+ publish : dist # # publish python assets
149
149
150
150
# ########
151
151
# CLEAN #
You can’t perform that action at this time.
0 commit comments