Skip to content

Commit 4fcd44c

Browse files
committed
Update windows platform tag for wheel
1 parent 4c9c04b commit 4fcd44c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ install:
4646
- set PATH=%PYTHON%;C:\msys64\mingw64\lib;%PATH%
4747
- "%PYTHON%\\python.exe -m pip install -U pip setuptools wheel"
4848
build_script:
49-
- "%PYTHON%\\python.exe setup.py build bdist_wheel --plat-name win64"
49+
- "%PYTHON%\\python.exe setup.py build bdist_wheel --plat-name win_amd64"
5050
# Simplify PATH so as to test binary distribution
5151
- set PATH=C:\WINDOWS\system32;C:\WINDOWS
5252
test_script:

0 commit comments

Comments
 (0)