Skip to content

Commit

Permalink
Add twine command
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Velichkevich <[email protected]>
  • Loading branch information
andreyvelich committed Jun 25, 2024
1 parent 2d9f212 commit 9933e3c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,13 @@ cherry pick your changes from the `master` branch and submit a PR.
make generate
```

1. Submit PR
1. Publish Training SDK to twine:

```
cd sdk/python
python3 setup.py sdist bdist_wheel
twine upload dist/*
```

#### Release Training Operator Image

Expand Down

0 comments on commit 9933e3c

Please sign in to comment.