From 5510a83e0a181fdf347de91bb17766717bccf074 Mon Sep 17 00:00:00 2001 From: Josh Purtell Date: Sun, 17 Nov 2024 17:32:46 -0800 Subject: [PATCH] move build.sh --- build.sh | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 build.sh diff --git a/build.sh b/build.sh deleted file mode 100644 index b812eba..0000000 --- a/build.sh +++ /dev/null @@ -1,8 +0,0 @@ -# Build the distribution files -python -m build - -# Upload to TestPyPI (optional but recommended) -python -m twine upload --repository testpypi dist/* - -# Upload to PyPI -python -m twine upload dist/* \ No newline at end of file