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