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
|
||||
# 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
|
||||
|
|
Loading…
Reference in New Issue