voussoirkit/pypi_upload.bat

5 lines
96 B
Batchfile

py setup.py sdist
twine upload -r pypi dist\*
rmdir /s /q dist
rmdir /s /q voussoirkit.egg-info