From bd8d5712c0cb7eb7023176cb867fd05c5397cbc1 Mon Sep 17 00:00:00 2001 From: Ian Bell Date: Sat, 1 Nov 2025 17:48:16 -0400 Subject: [PATCH] better test pypi cleanup info --- Web/develop/release.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Web/develop/release.rst b/Web/develop/release.rst index fb667886..6e5ee9d8 100644 --- a/Web/develop/release.rst +++ b/Web/develop/release.rst @@ -56,6 +56,8 @@ the CoolProp library. zipped sources. - Bump the version number in the CMake file and commit. - Announce the new features if you like. - - Remove artifacts from TestPYPI. First with ``pypi-cleanup -t https://test.pypi.org -p coolprop --query-only -r ".*post\d.*""`` to determine what will be deleted and then with your username ``-u username`` to do it + - Remove artifacts from TestPYPI. First with ``pypi-cleanup -t https://test.pypi.org -p coolprop --query-only -r ".*post\d.*""`` + to determine what will be deleted and then with your username ``-u username --do-it`` + (and without ``--query-only``) to do it That's all folks.