Skip to content

Commit ca89728

Browse files
Update from copier (2026-06-14T08:36:19)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6247bb8 commit ca89728

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.copier-answers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 9b3c202
2+
_commit: 19e0124
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: false
55
add_extension: python

.github/workflows/build.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
with:
5656
version: ${{ matrix.python-version }}
5757

58+
<<<<<<< before updating
5859
- name: Install dependencies
5960
run: pip install cibuildwheel
6061

@@ -82,6 +83,10 @@ jobs:
8283

8384
- name: Upload Wheel
8485
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
86+
=======
87+
- name: Upload coverage
88+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
89+
>>>>>>> after updating
8590
with:
8691
name: dist-${{ runner.os }}-${{ runner.arch }}-${{ matrix.python-version }}
8792
path: dist/*.whl

0 commit comments

Comments
 (0)