Skip to content

Commit

Permalink
Document twine usage
Browse files Browse the repository at this point in the history
  • Loading branch information
garfieldnate committed Sep 28, 2024
1 parent 54f58a4 commit 34a1014
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Core/ClientSMLSWIG/Python/DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
```

0 comments on commit 34a1014

Please sign in to comment.