1
0
mirror of https://github.com/FreeOpcUa/opcua-asyncio synced 2025-10-29 17:07:18 +08:00

generete wheel when manually uploading

This commit is contained in:
oroulet
2021-06-02 14:52:23 +02:00
parent 51fb682aea
commit 9acce70431

View File

@@ -33,7 +33,7 @@ def release():
#ans = input("upload to pip?(Y/n)")
#if ans in ("", "y", "yes"):
#os.system("rm -rf dist/*")
#os.system("python3 setup.py sdist")
#os.system("python3 setup.py sdist bdist_wheel")
#os.system("twine upload dist/*")