cecilia-uu commited on
Commit
1090f98
·
1 Parent(s): 5bfd79c

Update sdk readme (#1291)

Browse files

### What problem does this PR solve?

Polish grammar.

### Type of change

- [x] Documentation Update

Files changed (1) hide show
  1. sdk/python/README.md +4 -4
sdk/python/README.md CHANGED
@@ -3,9 +3,9 @@
3
  # update python client
4
 
5
  - Update "version" field of [project] chapter
6
- - build new python SDK
7
- - upload to pypi.org
8
- - install new python SDK
9
 
10
  # build python SDK
11
 
@@ -27,7 +27,7 @@ twine upload dist/*.whl
27
 
28
  Enter your pypi API token according to the prompt.
29
 
30
- 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.
31
 
32
  # using
33
 
 
3
  # update python client
4
 
5
  - Update "version" field of [project] chapter
6
+ - Build new python SDK
7
+ - Upload to pypi.org
8
+ - Install new python SDK
9
 
10
  # build python SDK
11
 
 
27
 
28
  Enter your pypi API token according to the prompt.
29
 
30
+ 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.
31
 
32
  # using
33