better test pypi cleanup info

This commit is contained in:
Ian Bell
2025-11-01 17:48:16 -04:00
parent 648f724f17
commit bd8d5712c0

View File

@@ -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.