From 9ea43f16d6440dce54ae7f78d46618d25e52f6ec Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Sun, 27 Nov 2022 04:03:12 -0600 Subject: change python/twine command for the build command --- build_upload.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build_upload.sh') diff --git a/build_upload.sh b/build_upload.sh index c195b5f..7ddd573 100755 --- a/build_upload.sh +++ b/build_upload.sh @@ -4,11 +4,11 @@ # too lazy to make it more general echo "building package" -/bin/python -m build +python -m build echo "uploading to pypi" # alternatively, use /bin/python -m twine, i use twine in arch -/bin/twine upload dist/* +twine upload dist/* echo "removing dist/*" rm -r dist \ No newline at end of file -- cgit v1.2.3-54-g00ecf