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 : 08a244d
2+ _commit : 4d4d95a
33_src_path : https://github.com/python-project-templates/base.git
44add_docs : true
55add_extension : rustjswasm
Original file line number Diff line number Diff line change 6565 run : make coverage
6666
6767 - name : Upload test results (Python)
68- uses : actions/upload-artifact@v6
68+ uses : actions/upload-artifact@v7
6969 with :
7070 name : test-results-${{ matrix.os }}-${{ matrix.python-version }}
7171 path : ' **/junit.xml'
@@ -106,7 +106,7 @@ jobs:
106106 CIBW_ENVIRONMENT_MACOS : MACOSX_DEPLOYMENT_TARGET=11.0
107107 if : matrix.os != 'ubuntu-latest'
108108
109- - uses : actions/upload-artifact@v6
109+ - uses : actions/upload-artifact@v7
110110 with :
111111 name : dist-${{matrix.os}}
112112 path : dist
Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ branch = true
124124omit = [
125125 " python_template_rust/tests/integration/" ,
126126]
127+
127128[tool .coverage .report ]
128129exclude_also = [
129130 " raise NotImplementedError" ,
@@ -143,6 +144,7 @@ targets = [
143144
144145[tool .hatch .build .hooks .hatch-rs ]
145146verbose = true
147+ abi3 = true
146148module = " python_template_rust"
147149path = " ."
148150
You can’t perform that action at this time.
0 commit comments