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 - <