Update setup.py

This commit is contained in:
Andrei 2023-03-20 01:58:45 +03:00
parent 2ad9a99047
commit ef352bae56
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class UploadCommand(Command):
shutil.rmtree("./dist/", ignore_errors=True)
logging.info("Building Source and Wheel distribution . . .")
os.system("python setup.py bdist_wheel")
os.system("python setup.py sdist bdist_wheel")
logging.info("Uploading the package to PyPI via Twin . . .")
os.system("twine upload dist/* --verbose")