diff --git a/RELEASE.md b/RELEASE.md index 65a0009..01906c8 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -33,7 +33,10 @@ pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/ ## Release the stable ```sh -twine upload --repository pypi dist/* +( +set -eu +twine upload --repository pypi dist/*-${VERSION?}-* git push --tags +) ```