Added partial support for PyPI (python) package build on Windows

This commit is contained in:
joseph.henry
2018-02-08 18:10:02 -08:00
parent 9361ff766c
commit 032e6d742d
7 changed files with 107 additions and 72 deletions

7
packages/PyPI/bdist.bat Normal file
View 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