From 0e37b31e45ad72ee2956ce8aef9f6b20c60d41b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Luis=20Cano=20Rodr=C3=ADguez?= Date: Sun, 29 Jun 2025 20:54:49 +0200 Subject: [PATCH] Adapt release script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juan Luis Cano Rodríguez --- scripts/make_release_upload.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/make_release_upload.sh b/scripts/make_release_upload.sh index 507bbee..520d50a 100755 --- a/scripts/make_release_upload.sh +++ b/scripts/make_release_upload.sh @@ -1,6 +1,5 @@ #!/usr/bin/env bash ./scripts/uninstall.sh ./scripts/clean_up.sh -python3 setup.py register -python3 setup.py sdist bdist_wheel +pyproject-build twine upload dist/*