aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index ed8ff1d..2efe4d4 100644
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,6 @@ coverage:
coverage html
python -m http.server -d htmlcov
-release:
- python -m build
- twine upload --skip-existing dist/*
+publish:
+ # poetry build
+ poetry publish --build