Skip to content

Commit f63ccee

Browse files
authored
Update wheels.yml
1 parent 46ad940 commit f63ccee

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
types:
1111
- published
1212

13+
env:
14+
FORCE_COLOR: 3
15+
1316
jobs:
1417
build_sdist:
1518
name: Build SDist
@@ -55,8 +58,7 @@ jobs:
5558
CIBW_PRERELEASE_PYTHONS: True
5659

5760
# Debugging
58-
CMAKE_VERBOSE_MAKEFILE: 1
59-
FORCE_COLOR: 3
61+
SKBUILD_CMAKE_VERBOSE: 1
6062

6163
- name: Verify clean directory
6264
run: git diff --exit-code

0 commit comments

Comments
 (0)