We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d320ec0 + b3b6346 commit c5ea9ecCopy full SHA for c5ea9ec
.copier-answers.yaml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: 9be318c
+_commit: fead162
3
_src_path: https://github.com/python-project-templates/base.git
4
add_docs: true
5
add_extension: rust
.github/workflows/build.yaml
@@ -81,15 +81,15 @@ jobs:
81
platforms: all
82
if: runner.os == 'Linux' && runner.arch == 'X64'
83
84
- - name: Make dist
+ - name: Make dist (Linux)
85
run: |
86
make dist-rs
87
make dist-py-sdist
88
make dist-py-wheel
89
make dist-check
90
if: matrix.os == 'ubuntu-latest'
91
92
+ - name: Make dist (Macos / Windows)
93
94
95
0 commit comments