修改协议

This commit is contained in:
2024-07-18 16:21:10 +08:00
parent f6b884e38f
commit 932b9a34e0
32 changed files with 194 additions and 450 deletions

View File

@ -1,3 +1,7 @@
python setup.py sdist bdist_wheel
python -m twine upload dist/*
python -m build
python -m twine check dist/*
pause
python -m twine upload dist/* --verbose
pause
python clean_update.py
pause