From b3ea0390de3d753045c29f3aeac63a893868a428 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fl=C3=A1vio=20Juvenal?= Date: Wed, 7 Feb 2024 18:10:11 -0300 Subject: [PATCH] Update Makefile release --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 911bb00..9fce0b6 100644 --- a/Makefile +++ b/Makefile @@ -81,8 +81,9 @@ selfcheck: ## check that the Makefile is well-formed @echo "The Makefile is well-formed." release: clean ## package and upload a release - python setup.py sdist upload - python setup.py bdist_wheel upload + python setup.py sdist + python setup.py bdist_wheel + twine upload dist/* sdist: clean ## package python setup.py sdist