We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c9c04b commit 4fcd44cCopy full SHA for 4fcd44c
.appveyor.yml
@@ -46,7 +46,7 @@ install:
46
- set PATH=%PYTHON%;C:\msys64\mingw64\lib;%PATH%
47
- "%PYTHON%\\python.exe -m pip install -U pip setuptools wheel"
48
build_script:
49
-- "%PYTHON%\\python.exe setup.py build bdist_wheel --plat-name win64"
+- "%PYTHON%\\python.exe setup.py build bdist_wheel --plat-name win_amd64"
50
# Simplify PATH so as to test binary distribution
51
- set PATH=C:\WINDOWS\system32;C:\WINDOWS
52
test_script:
0 commit comments