Skip to content

Commit 557c51e

Browse files
authored
Merge pull request #91 from python-project-templates/copier-update-2026-04-11T21-19-52
Update from copier (2026-04-11T21:19:52)
2 parents 4642ae9 + ae15554 commit 557c51e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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: 3d2cd28
2+
_commit: 05ef55a
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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,15 @@ jobs:
8888
make dist-py-sdist
8989
make dist-py-wheel
9090
make dist-check
91+
shell: bash
9192
if: matrix.os == 'ubuntu-latest'
9293

9394
- name: Make dist (Macos / Windows)
9495
run: |
9596
rm -rf dist
9697
make dist-py-wheel
9798
make dist-check
99+
shell: bash
98100
env:
99101
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=11.0
100102
if: matrix.os != 'ubuntu-latest'

0 commit comments

Comments
 (0)