Skip to content

Commit 2f0e855

Browse files
committed
Added build and upload batch scripts
1 parent 8801b88 commit 2f0e855

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

build.bat

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
rmdir /S /Q build
2+
rmdir /S /Q dist
3+
python setup.py build sdist
4+
python setup.py sdist bdist_wheel --universal
5+
pause

upload.bat

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
rmdir /S /Q build
2+
rmdir /S /Q dist
3+
python setup.py build sdist upload
4+
python setup.py sdist bdist_wheel --universal upload
5+
pause

0 commit comments

Comments
 (0)