summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 42b53e9..0000000
--- a/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-.PHONY: help
-help:
- @echo "build - build the package"
- @echo "upload - upload the package to PyPI"
-
-.PHONY: build
-build:
- env/bin/python -m build --sdist
- env/bin/python -m build --wheel
-
-.PHONY: upload
-upload:
- env/bin/python -m twine check dist/*
- env/bin/python -m twine upload dist/*