pip install setuptools

This commit is contained in:
Thomas Bernard 2024-05-13 18:52:35 +02:00
parent 13774b9680
commit 38b533048b
1 changed files with 2 additions and 0 deletions

View File

@ -82,6 +82,8 @@ install:
- set PATH=%PYTHON_VER%;%PYTHON_VER%\Scripts;%PATH%;C:\msys64\mingw%ARCH_BITS%\bin
# We need wheel installed to build wheels
- "%PYTHON_VER%\\python.exe -m pip install wheel"
# Starting with python 3.12, setuptools is not provided by default
- "%PYTHON_VER%\\python.exe -m pip install setuptools"
- echo "using twine login %USER% %PASS%"
- echo %PATH%
- cc -v