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 : f43b419
2+ _commit : 7d58f0e
33_src_path : https://github.com/python-project-templates/base.git
44add_docs : true
55add_extension : cpp
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114 if : matrix.platform.name == 'ubuntu-24.04' && matrix.python.primary
115115
116116 - name : Upload coverage
117- uses : codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0 .0
117+ uses : codecov/codecov-action@0b35c9ecc4f0529d0eb674914510c22f85b196b4 # v7.1 .0
118118 with :
119119 token : ${{ secrets.CODECOV_TOKEN }}
120120 if : matrix.target == 'native'
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ archs = "arm64"
9191
9292[tool .cibuildwheel .windows ]
9393archs = " AMD64"
94- skip = " *win32 *arm_64 "
94+ skip = " *win32 *arm64 "
9595
9696[tool .cibuildwheel .pyodide ]
9797test-command = " python -m pytest -vvv --pyargs python_template_cpp.tests"
You can’t perform that action at this time.
0 commit comments