Skip to content

Commit 003a1b4

Browse files
Update from Copier (2026-08-30T10-30-23Z)
Signed-off-by: python-templates-copier-update[bot] <python-templates-copier-update[bot]@users.noreply.github.com>
1 parent b6c0d07 commit 003a1b4

2 files changed

Lines changed: 2 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: 2f83523
2+
_commit: 195919b
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: rust

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ rustup target add aarch64-unknown-linux-gnu
100100
rustup target add x86_64-unknown-linux-gnu
101101
rustup show
102102
"""
103+
before-build = "cargo clean --manifest-path {package}/Cargo.toml && rm -f {package}/python_template_rust/*.so"
103104
environment = {PATH="$HOME/.cargo/bin:$PATH", CARGO_TERM_COLOR="always"}
104105
skip = "*i686* *musllinux*"
105106

0 commit comments

Comments
 (0)