From 96b7a6a5a649952b5d08d3bd17e322ad3d1b166b Mon Sep 17 00:00:00 2001 From: Bruce Merry Date: Thu, 2 Sep 2021 15:40:30 +0200 Subject: [PATCH] Update prepare_release.sh for Github Actions Artifacts are now built by Actions --- prepare-release.sh | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/prepare-release.sh b/prepare-release.sh index edd079b..3f2fe25 100755 --- a/prepare-release.sh +++ b/prepare-release.sh @@ -4,20 +4,14 @@ # - Update birdisle/_version.py # - Update doc/changelog.rst # - Run this script +# - Push to Github +# - Download sdist and wheels from Github Actions # - Upload the source dist and wheels to PyPI # - Create a git tag and push it set -e -u -python - <