Update sdk readme (#1291)

### What problem does this PR solve?

Polish grammar.

### Type of change

- [x] Documentation Update
This commit is contained in:
cecilia-uu 2024-06-27 14:41:52 +08:00 committed by GitHub
parent a95c1d45f0
commit ff8793a031
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,9 +3,9 @@
# update python client # update python client
- Update "version" field of [project] chapter - Update "version" field of [project] chapter
- build new python SDK - Build new python SDK
- upload to pypi.org - Upload to pypi.org
- install new python SDK - Install new python SDK
# build python SDK # build python SDK
@ -27,7 +27,7 @@ twine upload dist/*.whl
Enter your pypi API token according to the prompt. 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 # using