copyparty/scripts/make-pypi-release.bat
2019-06-01 15:55:21 +00:00

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