Release 0.0.1

This commit is contained in:
kokarare1212
2022-02-09 20:55:27 +09:00
parent 116a576b3f
commit 7a340b1b20
4 changed files with 10 additions and 2 deletions

4
dev/publish.cmd Normal file
View File

@@ -0,0 +1,4 @@
@echo off
python setup.py bdist_wheel
python setup.py sdist
twine upload --repository pypi dist/*