Skip to content

Commit fa7f4fb

Browse files
authored
use visual studio compilers on windows wheels
1 parent 3f31bf8 commit fa7f4fb

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,13 @@ build-verbosity = "3"
117117
# test importing discretize to make sure externals are loadable.
118118
test-command = 'python -c "import discretize; print(discretize.__version__)"'
119119

120+
121+
# use the visual studio compilers
122+
[tool.cibuildwheel.windows.config-settings]
123+
setup-args = [
124+
'--vsenv'
125+
]
126+
120127
[tool.coverage.run]
121128
branch = true
122129
source = ["discretize", "tests", "examples", "tutorials"]

0 commit comments

Comments
 (0)