File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : 2d0c192
2+ _commit : c124449
33_src_path : https://github.com/python-project-templates/base.git
44add_docs : false
55add_extension : js
Original file line number Diff line number Diff line change 3737
3838 - name : Set up NodeJS
3939 uses : actions-ext/node/setup@main
40+ with :
41+ version : 22.x
4042
4143 - name : Install dependencies
4244 run : make develop
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
142144csp_gateway /extension
143145
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ major: ## bump a major version
134134# #######
135135.PHONY : dist dist-py dist-js dist-check publish
136136
137- dist-py : # build python dists
137+ dist-py : # # build python dists
138138 python -m build -w -s
139139 HATCH_MULTI_BUILD=client python -m build -w -s
140140
@@ -146,7 +146,7 @@ dist-check: ## run python dist checker with twine
146146
147147dist : clean build dist-js dist-py dist-check # # build all dists
148148
149- publish : dist # publish python assets
149+ publish : dist # # publish python assets
150150
151151# ########
152152# CLEAN #
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ classifiers = [
2323 " Programming Language :: Python :: 3.11" ,
2424 " Programming Language :: Python :: 3.12" ,
2525 " Programming Language :: Python :: 3.13" ,
26+ " Programming Language :: Python :: 3.14" ,
2627]
2728
2829dynamic = [" dependencies" ]
You can’t perform that action at this time.
0 commit comments