Skip to content

Commit 6962c6e

Browse files
authored
Merge pull request #107 from python-project-templates/copier-update-2026-07-05T07-53-59
Update from copier (2026-07-05T07:53:59)
2 parents 6a6376c + 14ec8a0 commit 6962c6e

4 files changed

Lines changed: 6 additions & 6 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: 392c67f
2+
_commit: dbcb02b
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: rust

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
token: ${{ secrets.CODECOV_TOKEN }}
7777

7878
- name: Set up QEMU
79-
uses: docker/setup-qemu-action@v4
79+
uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0
8080
with:
8181
platforms: all
8282
if: runner.os == 'Linux' && runner.arch == 'X64'

.github/workflows/wiki.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2424
- run: cp README.md docs/wiki/Home.md
25-
- uses: Andrew-Chen-Wang/github-wiki-action@64efa0a9436db17670a2259e0ac249d6f08bb352 # v5
25+
- uses: Andrew-Chen-Wang/github-wiki-action@4e78882ff52f8751488e506e49b221145506ee34 # v5.0.5
2626
with:
2727
path: docs/wiki

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ fail_under = 50
125125

126126
[tool.hatch.build]
127127
artifacts = [
128-
"project/*.dll",
129-
"project/*.dylib",
130-
"project/*.so",
128+
"python_template_rust/*.dll",
129+
"python_template_rust/*.dylib",
130+
"python_template_rust/*.so",
131131
]
132132

133133
[tool.hatch.build.sources]

0 commit comments

Comments
 (0)