File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 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 : 08a244d
2+ _commit : 4d4d95a
33_src_path : https://github.com/python-project-templates/base.git
44add_docs : true
55add_extension : rust
Original file line number Diff line number Diff line change 5858 run : make coverage
5959
6060 - name : Upload test results (Python)
61- uses : actions/upload-artifact@v6
61+ uses : actions/upload-artifact@v7
6262 with :
6363 name : test-results-${{ matrix.os }}-${{ matrix.python-version }}
6464 path : ' **/junit.xml'
9797 CIBW_ENVIRONMENT_MACOS : MACOSX_DEPLOYMENT_TARGET=11.0
9898 if : matrix.os != 'ubuntu-latest'
9999
100- - uses : actions/upload-artifact@v6
100+ - uses : actions/upload-artifact@v7
101101 with :
102102 name : dist-${{matrix.os}}
103103 path : dist
Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ branch = true
113113omit = [
114114 " python_template_rust/tests/integration/" ,
115115]
116+
116117[tool .coverage .report ]
117118exclude_also = [
118119 " raise NotImplementedError" ,
@@ -134,6 +135,7 @@ src = "/"
134135
135136[tool .hatch .build .hooks .hatch-rs ]
136137verbose = true
138+ abi3 = true
137139module = " python_template_rust"
138140path = " ."
139141
You can’t perform that action at this time.
0 commit comments