We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f66c7b commit 2034c14Copy full SHA for 2034c14
1 file changed
.github/workflows/wheels-test.yml
@@ -33,6 +33,10 @@ jobs:
33
if: runner.os == 'Windows'
34
uses: msys2/setup-msys2@v2
35
36
+ - name: Tell distutils to use mingw (Windows)
37
+ if: runner.os == 'Windows'
38
+ run: |
39
+ echo "[build]`ncompiler=mingw32" | Out-File -Encoding ASCII ~/pydistutils.cfg
40
41
42
- name: Build wheels
0 commit comments