Skip to content

Commit

Permalink
typo'd the typo
Browse files Browse the repository at this point in the history
  • Loading branch information
roasterdave committed Feb 14, 2024
1 parent 3f35f8e commit 03da0c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .ci/install-win.bat
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ python -V
::
:: Upgrade the Python version to PYUPGRADE_WIN_V when the environment variable exists.
::
if NOT %PYUPGRADE_WIN_V% == "" (
if NOT "%PYUPGRADE_WIN_V%" == "" (
echo ***** Upgrading from Python %PREV_PYTHON_V% to %PYUPGRADE_WIN_V%
echo *** Downloading Python install exe
curl -L -O https://www.python.org/ftp/python/%PYUPGRADE_WIN_V%/python-%PYUPGRADE_WIN_V%-amd64.exe
Expand Down Expand Up @@ -82,7 +82,6 @@ if /i "%BUILD_PYINSTALLER%"=="True" (
python ./waf all --msvc_targets=x64
cd ..
echo ***** Start build pyinstaller v%PYINSTALLER_VER% wheel
)
rem redirect standard output to lower the noise in the logs
python -m build --wheel > NUL
if not exist dist/pyinstaller-%PYINSTALLER_VER%-py3-none-any.whl (exit /b 130)
Expand Down

0 comments on commit 03da0c4

Please sign in to comment.