Add Makefile

This commit is contained in:
Lerking
2025-02-25 06:27:47 +00:00
parent 828213912e
commit 993617976f
+8
View File
@@ -0,0 +1,8 @@
dist:
python -m build
test:
twine upload --repository testpypi /dist
publish:
twine upload --repository pypi /dist