Added partial support for PyPI (python) package build on Windows
This commit is contained in:
7
packages/PyPI/bdist.bat
Normal file
7
packages/PyPI/bdist.bat
Normal file
@@ -0,0 +1,7 @@
|
||||
cd ../../
|
||||
cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=DEBUG
|
||||
cmake --build build
|
||||
copy bin\lib\Debug\*.lib packages\pypi
|
||||
cd packages\pypi
|
||||
pip3 install wheel twine
|
||||
py setup.py bdist_wheel
|
||||
Reference in New Issue
Block a user