File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ jobs:
172172 CIBW_PROJECT_REQUIRES_PYTHON : " >=3.9"
173173 # Run before wheel build
174174 CIBW_BEFORE_BUILD_WINDOWS : |
175- pip install delvewheel
175+ pip install delvewheel build && (cd / && python3 -m build -Csetup-args="--vsenv" cysignals)
176176 # Environment during wheel build
177177 # PYTHONUTF8=1 is for delvewheel
178178 CIBW_ENVIRONMENT : >-
@@ -263,13 +263,13 @@ jobs:
263263 config.status
264264 sage-local
265265 key : >-
266- ${{ runner .os }}-cibuildwheel-${{ matrix.arch }}-build=${{
266+ ${{ matrix .os }}-cibuildwheel-${{ matrix.arch }}-build=${{
267267 hashFiles('build',
268268 'configure.ac',
269269 'm4')
270270 }}
271271 restore-keys : |
272- ${{ runner .os }}-cibuildwheel-${{ matrix.arch }}
272+ ${{ matrix .os }}-cibuildwheel-${{ matrix.arch }}
273273
274274 - name : Unpack and prepare
275275 id : unpack
You can’t perform that action at this time.
0 commit comments