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
- 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 |
-
-
|
| 7 |
-
-
|
| 8 |
-
-
|
| 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
|
| 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 |
|