feat(core.file): 新增 move_file

This commit is contained in:
han0
2023-03-22 10:00:44 +08:00
parent a8854edd92
commit edd6ea8dc7
2 changed files with 23 additions and 1 deletions

4
upload.bat Normal file
View File

@@ -0,0 +1,4 @@
python36 -m pip install --upgrade setuptools wheel twine -i https://pypi.douban.com/simple
python36 setup.py sdist bdist_wheel
twine check dist/*
twine upload --repository-url http://192.168.12.2:8082/repository/pypi-hosted/ dist/*