From a8658bbb5f9acd5f2e0109ee47f0bc50545a972a Mon Sep 17 00:00:00 2001 From: Carlos Cordoba Date: Wed, 28 Aug 2024 13:27:13 -0500 Subject: [PATCH] Some small fixes to the release instructions --- RELEASE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 2812391e..0d0bb843 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -16,7 +16,7 @@ To release a new version of qtconsole you need to follow these steps: * activate pyenv-with-latest-setuptools && python setup.py bdist_wheel -* twine check dist/* +* twine check --strict dist/* * twine upload dist/* @@ -26,6 +26,6 @@ To release a new version of qtconsole you need to follow these steps: * git add and git commit with `Back to work` -* git push upstream master +* git push upstream main * git push upstream --tags