From 20e52b90d30be5b206074190ed423659594e7a3c Mon Sep 17 00:00:00 2001 From: giadarol Date: Tue, 14 May 2024 09:45:46 +0200 Subject: [PATCH] Update release script --- release.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/release.sh b/release.sh index 3635477..5ff07f9 100755 --- a/release.sh +++ b/release.sh @@ -12,9 +12,6 @@ git tag v$VER git push origin v$VER echo "========================================================================" -echo "Releasing $NAME v$VER on PyPI" +echo "This triggers a GitHub Actions workflow that will build wheels and" +echo "source distributions, and upload them to PyPI." echo "========================================================================" - -python setup.py sdist -twine upload dist/* -rm -r dist/ *.egg-info