summaryrefslogtreecommitdiff
path: root/build_upload.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build_upload.sh')
-rwxr-xr-xbuild_upload.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/build_upload.sh b/build_upload.sh
index 7ddd573..03e1f68 100755
--- a/build_upload.sh
+++ b/build_upload.sh
@@ -7,7 +7,6 @@ echo "building package"
python -m build
echo "uploading to pypi"
-# alternatively, use /bin/python -m twine, i use twine in arch
twine upload dist/*
echo "removing dist/*"