We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5a2b77 + 27ba58a commit dc96e94Copy full SHA for dc96e94
.copier-answers.yaml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: 6d93d5c
+_commit: fead162
3
_src_path: https://github.com/python-project-templates/base.git
4
add_docs: true
5
add_extension: rustjswasm
.github/workflows/build.yaml
@@ -88,7 +88,7 @@ jobs:
88
platforms: all
89
if: runner.os == 'Linux' && runner.arch == 'X64'
90
91
- - name: Make dist
+ - name: Make dist (Linux)
92
run: |
93
make dist-rs
94
make dist-py-sdist
@@ -98,7 +98,7 @@ jobs:
98
CIBW_BUILD: "${{ matrix.cibuildwheel }}-manylinux*"
99
if: matrix.os == 'ubuntu-latest'
100
101
+ - name: Make dist (Macos / Windows)
102
103
make dist-py-wheel
104
make dist-check
0 commit comments