Skip to content

Commit

Permalink
build_dist.bat: do not remove build and dist folders
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRaybaut committed Dec 3, 2015
1 parent e696e71 commit 4c2c695
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build_dist.bat
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
del MANIFEST
rmdir /S /Q build
rmdir /S /Q dist
python setup.py build sdist
python setup.py --no-user-cfg build -c msvc bdist_wininst --sse2
python setup.py --no-user-cfg build -c msvc bdist_wheel --sse2
python setup.py --no-user-cfg build -c msvc bdist_wininst --plat-name=win32 --sse2
python setup.py --no-user-cfg build -c msvc bdist_wheel --plat-name=win32 --sse2
python setup.py --no-user-cfg build -c msvc bdist_wheel --plat-name=win32 --sse2

0 comments on commit 4c2c695

Please sign in to comment.