This commit is contained in:
Dun Liang 2020-06-16 14:30:19 +08:00
parent edac9852d0
commit 0c50dbe0d9
1 changed files with 2 additions and 2 deletions

View File

@ -45,5 +45,5 @@ setuptools.setup(
],
)
# python3.7 setup.py sdist
# python3.7 -m twine upload dist/*
# upload to pip:
# rm -rf dist && python3.7 ./setup.py sdist && python3.7 -m twine upload dist/*