Skip to content

Commit b953b08

Browse files
Update from copier (2026-06-28T08:18:57)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d658e2c commit b953b08

2 files changed

Lines changed: 12 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: 99606c7
2+
_commit: 392c67f
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,13 @@ jobs:
3131
cibuildwheel:
3232
- "cp311"
3333
steps:
34+
<<<<<<< before updating
3435
- uses: actions/checkout@v6
36+
=======
37+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
38+
39+
- uses: actions-ext/python/setup@main
40+
>>>>>>> after updating
3541
with:
3642
submodules: 'true'
3743

@@ -43,8 +49,13 @@ jobs:
4349
restore-keys: cache-${{ runner.os }}-
4450
if: ${{ runner.os != 'Windows' }}
4551

52+
<<<<<<< before updating
4653
- name: Setup cache (windows)
4754
uses: actions/cache@v5
55+
=======
56+
- name: Publish Unit Test Results
57+
uses: EnricoMi/publish-unit-test-result-action@d0a4676d0e0b938bc201470d88276b7c74c712b3 # v2.24.0
58+
>>>>>>> after updating
4859
with:
4960
path: "C:/ProgramData/chocolatey/"
5061
key: cache-${{ runner.os }}-

0 commit comments

Comments
 (0)