diff options
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -11,6 +11,8 @@ click = "*" pytest = "*" black = "==21.5b1" pylint = "*" +twine = "*" +build = "*" [scripts] alarmpy = "python alarmpy/alarmpy.py" @@ -18,3 +20,5 @@ format = "black alarmpy" formatcheck = "black --check alarmpy" lint = "pylint -j 0 -d R,C alarmpy" test = "pytest" +build = "python -m build" +upload = "twine upload dist/*" |
