From 2084c1b1e065baf61c75ddd8906187e50af8eaae Mon Sep 17 00:00:00 2001 From: David Hotham Date: Thu, 30 Jan 2025 20:56:17 +0000 Subject: [PATCH] build and release wheel --- release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.sh b/release.sh index bf8523bd..1af7ea8b 100755 --- a/release.sh +++ b/release.sh @@ -36,7 +36,7 @@ echo -e "$(python changelog.py $1)\n$(cat CHANGELOG)" > CHANGELOG git add setup.py docs/conf.py CHANGELOG git commit -m "Release $1" git tag $1 -python setup.py sdist +python -m build twine upload dist/django_autocomplete_light-${1/-/}.tar.gz git push origin master $1