1
0

Corrected vscode task

This commit is contained in:
Rokas Puzonas 2020-08-03 17:37:05 +03:00
parent 48ffe72fb9
commit 62ef2956cc

2
.vscode/tasks.json vendored
View File

@ -23,7 +23,7 @@
"label": "Build package", "label": "Build package",
"type": "shell", "type": "shell",
"linux": { "linux": {
"command": "source venv/bin/activate && pip install -U setuptools wheel" "command": "source venv/bin/activate && python3 setup.py sdist bdist_wheel"
}, },
"problemMatcher": [], "problemMatcher": [],
"dependsOn": ["Upgrade setuptools and wheel"] "dependsOn": ["Upgrade setuptools and wheel"]