feat(core.file): 新增 move_file
This commit is contained in:
4
upload.bat
Normal file
4
upload.bat
Normal 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/*
|
Reference in New Issue
Block a user