From e461c34e79cceb4b20735cbadeaf41006400c232 Mon Sep 17 00:00:00 2001 From: Ian Bell Date: Tue, 20 May 2025 07:58:27 -0400 Subject: [PATCH] Update release notes --- Web/develop/release.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/develop/release.rst b/Web/develop/release.rst index 95009bfc..fb667886 100644 --- a/Web/develop/release.rst +++ b/Web/develop/release.rst @@ -56,6 +56,6 @@ 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 with ``pypi-cleanup -t https://test.pypi.org -p coolprop -r '.*post\d.*' --query-only`` to determine what will be deleted and then with your 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`` to do it That's all folks.