From 0d5a64e945eaf97c32d660ae09e3c5f9d9272b13 Mon Sep 17 00:00:00 2001 From: Nicolay Rusnachenko Date: Tue, 7 Nov 2023 12:40:25 +0000 Subject: [PATCH] cmd fix --- tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/README.md b/tests/README.md index fd843511..e92181ba 100644 --- a/tests/README.md +++ b/tests/README.md @@ -20,7 +20,7 @@ python -m pytest --html=pytest_report.html --self-contained-html --continue-on-c Navigate to the root folder of this project and execute: ```python -python3 setup sdist bdist_wheel +python3 setup.py sdist bdist_wheel twine check ./dist/* twine upload ./dist/* ``` \ No newline at end of file