From 62ef2956cca67cf2842f99c070ef32bead33cf1d Mon Sep 17 00:00:00 2001 From: Rokas Puzonas Date: Mon, 3 Aug 2020 17:37:05 +0300 Subject: [PATCH] Corrected vscode task --- .vscode/tasks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 6f025a2..31095dc 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -23,7 +23,7 @@ "label": "Build package", "type": "shell", "linux": { - "command": "source venv/bin/activate && pip install -U setuptools wheel" + "command": "source venv/bin/activate && python3 setup.py sdist bdist_wheel" }, "problemMatcher": [], "dependsOn": ["Upgrade setuptools and wheel"]