From 0be0da95a8cccc9682cca2c730d9e2a0536051e6 Mon Sep 17 00:00:00 2001 From: David Hotham Date: Thu, 30 Jan 2025 21:02:51 +0000 Subject: [PATCH] build and publish wheel --- build/upload_to_pypi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/upload_to_pypi.sh b/build/upload_to_pypi.sh index 6dca7114fd..6536683677 100755 --- a/build/upload_to_pypi.sh +++ b/build/upload_to_pypi.sh @@ -21,4 +21,4 @@ while [ -h "$SOURCE" ] ; do SOURCE="$(readlink "$SOURCE")"; done root="$( cd -P "$( dirname "$SOURCE" )" && pwd )" make -C $root/../src api_wrappers toolkit_version -(cd $root/../src/python; /usr/bin/python setup.py sdist; twine upload dist/*) +(cd $root/../src/python; /usr/bin/python -m build; twine upload dist/*)