Skip to content

Commit 541ef20

Browse files
Update from copier (2026-07-26T07:38:30)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7f99e08 commit 541ef20

3 files changed

Lines changed: 26 additions & 3 deletions

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: '4875149'
2+
_commit: c2ea129
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: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,15 @@ jobs:
3131
cibuildwheel:
3232
- "cp311"
3333
steps:
34+
<<<<<<< before updating
3435
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
36+
=======
37+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
38+
with:
39+
persist-credentials: false
40+
41+
- uses: actions-ext/python/setup@6e1b91a408ea89f49bc8aff8724f83826f7b5446
42+
>>>>>>> after updating
3543
with:
3644
submodules: 'true'
3745

@@ -43,8 +51,13 @@ jobs:
4351
restore-keys: cache-${{ runner.os }}-
4452
if: ${{ runner.os != 'Windows' }}
4553

54+
<<<<<<< before updating
4655
- name: Setup cache (windows)
4756
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
57+
=======
58+
- name: Upload test results (Python)
59+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
60+
>>>>>>> after updating
4861
with:
4962
path: "C:/ProgramData/chocolatey/"
5063
key: cache-${{ runner.os }}-
@@ -90,6 +103,7 @@ jobs:
90103
run: python -m pip install dist/*.whl
91104
if: ${{ runner.os != 'Windows' }}
92105

106+
<<<<<<< before updating
93107
- name: Install wheel (windows)
94108
run: python -m pip install -U (Get-ChildItem .\dist\*.whl | Select-Object -Expand FullName)
95109
if: ${{ runner.os == 'Windows' }}
@@ -99,8 +113,17 @@ jobs:
99113

100114
- name: Test Wheel
101115
run: python -m pytest -vvv systemc/tests
116+
=======
117+
- uses: actions-ext/python/test-wheel@6e1b91a408ea89f49bc8aff8724f83826f7b5446
118+
with:
119+
module: systemc
120+
121+
- uses: actions-ext/python/test-sdist@6e1b91a408ea89f49bc8aff8724f83826f7b5446
122+
with:
123+
module: systemc
124+
>>>>>>> after updating
102125

103-
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
126+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
104127
with:
105128
name: dist-${{matrix.os}}
106129
path: dist

.github/workflows/copier.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
pull-requests: write
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions-ext/copier-update@main
15+
- uses: actions-ext/copier-update@378500315a83b5985e175139a55f1fa5ea6dde09
1616
with:
1717
token: ${{ secrets.WORKFLOW_TOKEN }}

0 commit comments

Comments
 (0)