mirror of
https://github.com/FreeOpcUa/opcua-asyncio
synced 2025-10-29 17:07:18 +08:00
empty dist not sdist in release script
This commit is contained in:
parent
40dc3dc550
commit
1762722c5b
|
|
@ -32,7 +32,7 @@ def release():
|
|||
os.system("git push --tags")
|
||||
ans = input("upload to pip?(Y/n)")
|
||||
if ans in ("", "y", "yes"):
|
||||
os.system("rm -rf sdist/*")
|
||||
os.system("rm -rf dist/*")
|
||||
os.system("python setup.py sdist")
|
||||
os.system("twine upload dist/*")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user