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 --- ChangeLog | 10 ++++++++++ build_upload.sh | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d99ef27..43bb5f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,16 @@ CHANGES ======= +v0.7.3 +------ + +* replace uncompatible highlighter/marker + +v0.7.2 +------ + +* Add new extensions for ^ and ~ syntax + v0.7.1 ------ 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