From ff8793a031afc8f7074922a79545db984e407399 Mon Sep 17 00:00:00 2001 From: cecilia-uu <117628326+cecilia-uu@users.noreply.github.com> Date: Thu, 27 Jun 2024 14:41:52 +0800 Subject: [PATCH] Update sdk readme (#1291) ### What problem does this PR solve? Polish grammar. ### Type of change - [x] Documentation Update --- sdk/python/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sdk/python/README.md b/sdk/python/README.md index fa4ec0ba8..545bc61a7 100644 --- a/sdk/python/README.md +++ b/sdk/python/README.md @@ -3,9 +3,9 @@ # update python client - Update "version" field of [project] chapter -- build new python SDK -- upload to pypi.org -- install new python SDK +- Build new python SDK +- Upload to pypi.org +- Install new python SDK # build python SDK @@ -27,7 +27,7 @@ twine upload dist/*.whl Enter your pypi API token according to the prompt. -Note that pypi allow a version of a package [be uploaded only once](https://pypi.org/help/#file-name-reuse). You need to change the `version` inside the `pyproject.toml` before build and upload. +Note that pypi allows a version of a package [be uploaded only once](https://pypi.org/help/#file-name-reuse). You need to change the `version` inside the `pyproject.toml` before building and uploading. # using