We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4642ae9 + ae15554 commit 557c51eCopy full SHA for 557c51e
.copier-answers.yaml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: 3d2cd28
+_commit: 05ef55a
3
_src_path: https://github.com/python-project-templates/base.git
4
add_docs: true
5
add_extension: rust
.github/workflows/build.yaml
@@ -88,13 +88,15 @@ jobs:
88
make dist-py-sdist
89
make dist-py-wheel
90
make dist-check
91
+ shell: bash
92
if: matrix.os == 'ubuntu-latest'
93
94
- name: Make dist (Macos / Windows)
95
run: |
96
rm -rf dist
97
98
99
100
env:
101
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=11.0
102
if: matrix.os != 'ubuntu-latest'
0 commit comments