Skip to content

Commit

Permalink
removed the flag from build command
Browse files Browse the repository at this point in the history
  • Loading branch information
ndmlny-qs committed Oct 25, 2023
1 parent 9d5cd23 commit 2d4bbf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor/after_test.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ IF "%APVYR_GENERATE_WHEELS%" == "true" (
"%PYTHON_HOME%\python" -m pip install build wheel --quiet --no-warn-script-location
ECHO.
ECHO *** Generate the wheel file
%WITH_COMPILER% "%PYTHON_HOME%\python" -m build --wheel --no-isolation
%WITH_COMPILER% "%PYTHON_HOME%\python" -m build --wheel
ECHO.
ECHO *** \dist directory listing:
DIR /B dist
Expand Down

0 comments on commit 2d4bbf1

Please sign in to comment.