From 164a450c7a06b37ea765f6608f5ad5b612305a0c Mon Sep 17 00:00:00 2001 From: David Hotham Date: Sun, 14 Dec 2025 17:30:27 +0000 Subject: [PATCH] Build a wheel --- make-release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make-release.sh b/make-release.sh index 4d902b1..0ca1209 100755 --- a/make-release.sh +++ b/make-release.sh @@ -21,8 +21,8 @@ # in the pypi package) VERSION=$(python3 setup.py --version) -python3 setup.py sdist -echo "Now use 'twine upload dist/modelcif-${VERSION}.tar.gz' to publish the release on PyPi" +python3 -m build +echo "Now use 'twine upload dist/modelcif-${VERSION}*' to publish the release on PyPi" echo "Then, update the conda-forge and COPR packages to match." echo "For COPR, use dist/modelcif-${VERSION}.tar.gz together with util/python-modelcif.spec" echo "For conda-forge, make sure the correct version of python-ihm is required"