From 34a1014d8be17ecb777d6fb424561b5059b460a5 Mon Sep 17 00:00:00 2001 From: Nathan Glenn Date: Fri, 27 Sep 2024 22:51:02 -0500 Subject: [PATCH] Document twine usage --- Core/ClientSMLSWIG/Python/DEVELOPING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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/* +```