Skip to content

Commit 317b9ac

Browse files
author
Justin Boswell
committed
Fixed windows x64 path to python
1 parent c5e7353 commit 317b9ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

continuous-delivery/build-wheels-win64.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"C:\Program Files (x86)\Python38\python.exe" .\continuous-delivery\update-version.py || goto error
1+
"C:\Program Files\Python38\python.exe" continuous-delivery\update-version.py || goto error
22

33
"C:\Python27\python.exe" setup.py sdist bdist_wheel || goto error
44
"C:\Program Files\Python35\python.exe" setup.py sdist bdist_wheel || goto error

0 commit comments

Comments
 (0)