pip install setuptools
This commit is contained in:
parent
13774b9680
commit
38b533048b
|
@ -82,6 +82,8 @@ install:
|
||||||
- set PATH=%PYTHON_VER%;%PYTHON_VER%\Scripts;%PATH%;C:\msys64\mingw%ARCH_BITS%\bin
|
- set PATH=%PYTHON_VER%;%PYTHON_VER%\Scripts;%PATH%;C:\msys64\mingw%ARCH_BITS%\bin
|
||||||
# We need wheel installed to build wheels
|
# We need wheel installed to build wheels
|
||||||
- "%PYTHON_VER%\\python.exe -m pip install wheel"
|
- "%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 "using twine login %USER% %PASS%"
|
||||||
- echo %PATH%
|
- echo %PATH%
|
||||||
- cc -v
|
- cc -v
|
||||||
|
|
Loading…
Reference in New Issue