Skip to content

Commit fe042c5

Browse files
authored
Merge pull request #61 from python-project-templates/copier-update-2025-08-17T05-24-30
Update from copier (2025-08-17T05:24:30)
2 parents 6097b0f + 90555fe commit fe042c5

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

.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: fa27c8d
2+
_commit: 3a223c6
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: rust

pyproject.toml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ ignore = [
9191
]
9292

9393
[tool.cibuildwheel]
94-
before-all = "curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=stable --profile=minimal -y"
9594
build = "cp39-*"
9695
test-command = "pytest -vvv {project}/python_template_rust/tests"
9796
test-requires = ["pytest", "pytest-cov", "pytest-sugar", "pytest-xdist"]
@@ -107,22 +106,10 @@ environment = {PATH="$HOME/.cargo/bin:$PATH", CARGO_TERM_COLOR="always"}
107106
skip = "*i686* *musllinux*"
108107

109108
[tool.cibuildwheel.macos]
110-
before-all = """
111-
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=stable --profile=minimal -y
112-
rustup target add aarch64-apple-darwin
113-
rustup target add x86_64-apple-darwin
114-
rustup show
115-
"""
116109
environment = {PATH="$HOME/.cargo/bin:$PATH", CARGO_TERM_COLOR="always", MACOS_DEPLOYMENT_TARGET=11.0}
117110
archs = "arm64"
118111

119112
[tool.cibuildwheel.windows]
120-
before-all = """
121-
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=stable --profile=minimal -y
122-
rustup target add x86_64-pc-windows-msvc
123-
rustup target add aarch64-pc-windows-msvc
124-
rustup show
125-
"""
126113
environment = {PATH="$UserProfile\\.cargo\bin;$PATH", CARGO_TERM_COLOR="always"}
127114
skip = "*win32 *arm_64"
128115

0 commit comments

Comments
 (0)