diff --git a/Core/ClientSMLSWIG/Python/DEVELOPING.md b/Core/ClientSMLSWIG/Python/DEVELOPING.md index 8cea58705f..d48679cb22 100644 --- a/Core/ClientSMLSWIG/Python/DEVELOPING.md +++ b/Core/ClientSMLSWIG/Python/DEVELOPING.md @@ -78,4 +78,8 @@ Development versions are built and uploaded to [`test.pypi.org/p/soar-sml`](http These will also upload on manual triggers. If needed, uploading to pypi can be done manually using the -[twine CLI tool](https://twine.readthedocs.io/en/stable/#using-twine). +[twine CLI tool](https://twine.readthedocs.io/en/stable/#using-twine). Download all of the wheels from the CI build artifacts into a directory `dist/`, and run: + +```shell +twine upload dist/* +```