6 lines
146 B
Batchfile
6 lines
146 B
Batchfile
|
|
cd %~dp0\..
|
||
|
|
python setup.py clean2
|
||
|
|
python setup.py rstconv
|
||
|
|
python setup.py sdist bdist_wheel --universal
|
||
|
|
REM python setup.py sdist upload -r pypi
|