From 7e87371e33d0da2857324fa9d848f8921e1231fc Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Mon, 7 Sep 2020 01:36:54 -0700 Subject: [PATCH] Include the sdist using a proper regex --- RELEASING.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASING.txt b/RELEASING.txt index fb4137bf..226569d3 100644 --- a/RELEASING.txt +++ b/RELEASING.txt @@ -58,9 +58,9 @@ Prepare new release branch $TOX -e build -- Release the wheels to PyPI: +- Release the sdist and wheel to PyPI: - $VENV/bin/twine upload dist/deform-X.Y.Z-* + $VENV/bin/twine upload dist/deform-X.Y.Z* - Upload a git tag for the release: