File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : f3ffa74
2+ _commit : fa27c8d
33_src_path : https://github.com/python-project-templates/base.git
44add_docs : true
55add_extension : python
Original file line number Diff line number Diff line change 1313 steps :
1414 - uses : actions/checkout@v5
1515 - uses : actions-ext/python/setup@main
16- - run : uv pip install .
16+ - run : uv pip install .[develop]
1717 - run : uv pip install yardang
1818 - run : yardang build
1919 - uses : peaceiris/actions-gh-pages@v4
Original file line number Diff line number Diff line change @@ -138,6 +138,8 @@ js/coverage
138138js /dist
139139js /lib
140140js /node_modules
141+ js /test-results
142+ js /playwright-report
141143js /* .tgz
142144hatch_multi /extension
143145
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ dist-check: ## run python dist checker with twine
100100
101101dist : clean dist-build dist-check # # build all dists
102102
103- publish : dist # publish python assets
103+ publish : dist # # publish python assets
104104
105105# ########
106106# CLEAN #
You can’t perform that action at this time.
0 commit comments