File tree Expand file tree Collapse file tree 6 files changed +9
-7
lines changed Expand file tree Collapse file tree 6 files changed +9
-7
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 : cpp
Original file line number Diff line number Diff line change 75
75
cibuildwheel : " cp312"
76
76
77
77
steps :
78
- - uses : actions/checkout@v4
78
+ - uses : actions/checkout@v5
79
79
80
80
- uses : actions-ext/python/setup@main
81
81
with :
Original file line number Diff line number Diff line change 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
- - run : uv pip install .
16
+ - run : uv pip install .[develop]
17
17
- run : uv pip install yardang
18
18
- run : yardang build
19
19
- 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_cpp /extension
143
145
Original file line number Diff line number Diff line change @@ -113,15 +113,15 @@ major: ## bump a major version
113
113
# #######
114
114
.PHONY : dist dist-py dist-check publish
115
115
116
- dist-py : # build python dists
116
+ dist-py : # # build python dists
117
117
python -m build -w -s
118
118
119
119
dist-check : # # run python dist checker with twine
120
120
python -m twine check dist/*
121
121
122
122
dist : clean build dist-js dist-py dist-check # # build all dists
123
123
124
- publish : dist # publish python assets
124
+ publish : dist # # publish python assets
125
125
126
126
# ########
127
127
# CLEAN #
You can’t perform that action at this time.
0 commit comments