Skip to content

Commit

Permalink
add build task
Browse files Browse the repository at this point in the history
  • Loading branch information
mikuhn committed Apr 26, 2023
1 parent 5e17fe8 commit 0cf1f67
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
"type": "shell",
"command": "source .venv/bin/activate; python -m pytest",
"problemMatcher": []
},
{
"label": "Build Python package",
"type": "shell",
"command": "source .venv/bin/activate; python -m build",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}

0 comments on commit 0cf1f67

Please sign in to comment.