Skip to content

Commit a27b8fe

Browse files
committed
Backslashes are tricky.
1 parent fd91ec1 commit a27b8fe

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
@@ -146,7 +146,7 @@ install:
146146
build_script: appveyor/build.bat
147147

148148
after_test:
149-
- "appveyor\build.cmd %PYTHON%\\python.exe setup.py bdist_wheel"
149+
- "appveyor\\build.cmd %PYTHON%\\python.exe setup.py bdist_wheel"
150150

151151
artifacts:
152152
- path: dist\*

0 commit comments

Comments
 (0)